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!