I am currently using a radcombobox with loadondemand and checkboxes. When i enter text to search for, the web service returns the list of items to bind to the combobox, however the search text is being cleared when the list is bound.
I have used the onclientItemsRequested to set the text of the textbox after the items are bound however, the onclientitemsrequested does not get called if the search does not find any matches.
I would like for the text to remain in the box even if there are no boxes, would that be possible?
I have used the onclientItemsRequested to set the text of the textbox after the items are bound however, the onclientitemsrequested does not get called if the search does not find any matches.
I would like for the text to remain in the box even if there are no boxes, would that be possible?