Hi,
Is there a way to disable custom text when the combobox has enableloadondemand = true?
Regards,
Mattias
Is there a way to disable custom text when the combobox has enableloadondemand = true?
<telerik:RadComboBox ID="radComboBoxPlaces" runat="server" AppendDataBoundItems="true" EnableLoadOnDemand="true" EnableTextSelection="false" OnItemsRequested="ComboBoxPlaces_ItemsRequested" OnClientItemsRequesting="itemRequesting" AllowCustomText="false"> <Items> <telerik:RadComboBoxItem Text="Välj plats..." Value="" /> </Items></telerik:RadComboBox>Regards,
Mattias