I need to apply a filter to a MultiSelect control that already has selected items within Kendo-UI 2016 R3 SP1 (2016.3.1028) . I am able to apply the filter but once I do all of the selected items are no longer tagged as selected even though they still exist in the list.
I have tried using every version of Kendo-UI (the latest being Kendo UI 2019 R3, 2019.3.917) to see if a patch has been created to resolve this issue. None work. I have tried amending the "onFiltering" method as is described in the following post:
https://www.telerik.com/forums/how-to-hold-selected-elements-in-multiselect-after-filtering
Nothing has worked to this point. I have created a snippet in Dojo that shows this exact issue:
https://dojo.telerik.com/aWiviPAw
Please note that within this example "Star Wars: The Empire Strikes Back" should be tagged as selected. If you click on the drop down list it is listed as selected. However, it is not tagged as selected when the drop down list is minimized even though it is selected. Please also note that if I make a change and remove the filter from the MultiSelect control that it will be correctly tagged as selected.
If anyone can offer a workaround or point to a patch that will resolve this issue then I would be very grateful.