I have a Kendo UI multiselect that loads approximately 70 options. The requirement is to pre-select all the available options. All this is working from programming perspective. But from the GUI perspective, when all the options are pre-selected, the Kendo multiselect seems way too big on the screen and does not look user friendly.
Is there a way where I can show first few (for example, 5) pre-selected items and then show a custom item(for example, 65 more..)? Thank you in advance.