You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: