kendo-labs/angular-kendo

Kendo Multiselect dropdown selection loss in filtering

aryanisml opened this issue · 0 comments

Using Angular JS 1.5 and Kendo UI Jquery
Created the wrapper component on Kendo Multi Select drop down. Provided the checkbox selection of each item.
Currently the requirement is to load more than 100 records in drop down so implemented the virtualization. We fetched more than 100 records from server and binded to dropdown, using virtualization scroll the records. When we click on select check box the record is selected. however if we search in drop down the record which selected is showing unchecked.
currently not using serverfiltering, we using filter : contains.
Before implementation of virtualization the functionality working fine.