I am receiving the error message"capacity was less than the current size.Parameter name: capacity"
when selecting one of the comboboxitems and then click on the next page link (combobox bottom)
This is the properties which I set
<telerik:RadComboBox ID="cbDistrict" runat="server" DataTextField="DistrictName"
DropDownWidth="200px" MaxHeight="200px" DataValueField="DistrictId"
EnableLoadOnDemand="true" EnableVirtualScrolling="true" ShowMoreResultsBox="true" Width="153px"
EnableItemCaching="true" OnClientItemsRequesting="OnDistrictItemsRequesting"
OnClientSelectedIndexChanged="OnDistrictSelectedIndexChanged" OnClientTextChange="OnDistrictTextChange"
OnClientLoad="OnDistrictComboBoxLoaded">