We use RadComboBox with On Demand service. Is it possible to enter text and select the first match on the server? Something like: Combo.SelectFirstMatchByText('...').
Or: how can we select an item on the server, when we have a unique value (the webservice would always return one or no item), without having all kinds of custom code with DataBind etc.
Or: how can we select an item on the server, when we have a unique value (the webservice would always return one or no item), without having all kinds of custom code with DataBind etc.