Hi Telerik Team,
I'm using the ComboBox with Multi Columns using the OnItemsRequested event and LoadOnDemand.
However my datatable is about 100K records. How can I handle this in RadComboBox?
It is giving me error: "Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property."
The idea is I do not want to change the maxJsonLength property. I want the ComboBox to load only the items requested and not all the data once with the EnableVirtualScrolling property enabled.
Please do let me know how can I achieve such scenario.
P.S.: I do not want to go with RadGrid inside the RadComboBox.
Thanks,
Bilal
I'm using the ComboBox with Multi Columns using the OnItemsRequested event and LoadOnDemand.
However my datatable is about 100K records. How can I handle this in RadComboBox?
It is giving me error: "Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property."
The idea is I do not want to change the maxJsonLength property. I want the ComboBox to load only the items requested and not all the data once with the EnableVirtualScrolling property enabled.
Please do let me know how can I achieve such scenario.
P.S.: I do not want to go with RadGrid inside the RadComboBox.
Thanks,
Bilal