I have a RadComboBox that gets its data from a webservice using the method described here:
http://www.telerik.com/help/aspnet-ajax/combo_loadondemandwebservice.html
I have set the Combo box to:
ShowMoreResultsBox = true
EnableVirtualScrolling = false
And when I respond to the combo box's request for items, I always send all of the data (no paging) and I set the value of RadComboBoxData.EndOfItems = true.
For some reason, no matter what I do, the users can still click on the "MoreResultsBox", even though I've indicated there are none. This causes me to append the exact same results again to the combo box.
Is this by design? If so, so you have a suggestion for getting what I want here? I'm trying to use the MoreResultsBox as a notification area for displaying things like "No Results" and those kinds of things, but I don't want to do paging in this combo box.
Thanks.
http://www.telerik.com/help/aspnet-ajax/combo_loadondemandwebservice.html
I have set the Combo box to:
ShowMoreResultsBox = true
EnableVirtualScrolling = false
And when I respond to the combo box's request for items, I always send all of the data (no paging) and I set the value of RadComboBoxData.EndOfItems = true.
For some reason, no matter what I do, the users can still click on the "MoreResultsBox", even though I've indicated there are none. This causes me to append the exact same results again to the combo box.
Is this by design? If so, so you have a suggestion for getting what I want here? I'm trying to use the MoreResultsBox as a notification area for displaying things like "No Results" and those kinds of things, but I don't want to do paging in this combo box.
Thanks.