Hi,
i'm using the WebDropDown with multiple selection enabled. As example I refer to the online sample WebDropDown - Multi Selection. As shown in the example, I have a long list of selectable items in the WebDropDown, beginning with an empty selection. The user can start typing to filter the list and check some of them, but the Controls SelectedItems collections contains more items as it actually displays as selected by checkbox.
Try the following to reproduce what I mean:
The event log outputs this:
The latest one seems to be 2101. I guess it should appear by logging in and going to :
https://es.infragistics.com/products/ultimate
Please let me know if this works fine for you.
Thanks,
Angel
Thank you very much for your quick response. How can I tell, if I am using the latest version? I'm using 9.1.20091.2087
Thanks for your feedback. This is already fixed in the latest Service release.
The issue is that when an item is selected in that case, through a filtering request, the checkbox itself is not marked as checked - but the item is still selected both visually and in the data model. I.e. the log shows the correct results, only the checkbox (visually) is not checked. Using get_selected() or set_selected() from the API also returns correct results. With the fix also the checkbox state is updated every time.