0

I am having some problems with the Kendo UI Multiselect with enabled ServerFiltering and Serverpaging. I'm using a pagesize of 50 elements. If I set an initial value on pageload which is within these first 50 elements everything works fine. If I'm using a value thats not in the first 50 elements ( by using multiSelect.data("kendoMultiSelect").value([1, 2, 99]]) ) it just ignores this value which is not in the preloaded list.

Is there any workaround or flag i can use to get this working?

Thanks in advance!

jvecsei
  • 1,936
  • 2
  • 17
  • 24

1 Answers1

0

Found a solution: http://docs.telerik.com/kendo-ui/controls/editors/combobox/virtualization

With a virtual mapper there is a possibility to tell Kendo UI to preload the pages on which the initialized values can be found.

jvecsei
  • 1,936
  • 2
  • 17
  • 24