Completed
Last Updated: 30 Jun 2023 12:58 by ADMIN
Release R2 2023 SP1

In our application we use ListBox with property EnableMarkMatches set. When we enter a search criteria with the keyboard you see in the selected rows the search criteria Bold. (See attached screenshot)

When u click with the mouse on this bold search criteria you get an error message in the console of the browser:

 

RadListBoxScripts.js:1223 Uncaught TypeError: Cannot read properties of null (reading 'get_enabled')

    at c.RadListBox._onClick (RadListBoxScripts.js:1223:6)

    at HTMLLIElement.<anonymous> (RadListBoxScripts.js:476:4)

    at HTMLDivElement.dispatch (jQuery.js:3:12445)

    at r.handle (jQuery.js:3:9174)

 

This issue is reproducible at

https://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/keyboardsupport/defaultcs.aspx?

Unplanned
Last Updated: 09 Feb 2023 14:17 by Nenad
Created by: Nenad
Comments: 0
Category: ListBox
Type: Bug Report
0
It seems that problem sometimes appears when item is moved from RadListBox1 - SourceListBox to  RadListBox2 - DestinationListBox.

Anyway, if item is moved from one listbox to the other one by one with the arrow, it works good. Item is assigned the biggest SortOrder number and appears last in sorting order.

However, move of multiple items (or all items) at the same time, creates the same SortOrder value for ALL the moved items. Is that expected behavior? I removed move all button since it makes it very hard to sort items once they all have the same SortOrder value.
1 2 3