I have a combo box that is set to AllowCustomText = "True", however, I just cant seem to get it to clear. Here is my code:
<telerik:RadComboBox ID="rcb_Users" Runat="server" AutoPostBack="True" DataSourceID="sds_UserList" DataTextField="UserName" AllowCustomText = "True" DataValueField="UserName" EmptyMessage="Select User" Height="150px" Skin="WebBlue" EnableAutomaticLoadOnDemand="True" EnableVirtualScrolling="True" ItemsPerRequest="100" ShowMoreResultsBox="True" OnClientKeyPressing="HandleKeyPressUN"></telerik:RadComboBox>
Private Sub ClearRCB_LUUserName() rcb_Users.ClearSelection() rcb_Users.Text = String.EmptyEnd Sub
Any help much appreciated.
