hey everyone
I have a RadComboBox in which i want items to sort in ascending order.this is my combobox--
But its not working,items does'nt get sorted.It comes as it is in data base table.Does this need something to be written in codebehind too?...
Thanks
Amit
I have a RadComboBox in which i want items to sort in ascending order.this is my combobox--
<telerik:RadComboBox ID="cmbName" runat="server" Skin="Hay" DataSourceID="SqlDataSource1" Height="60px" Width="204px" DataTextField="CustomerName" MarkFirstMatch="true" DataValueField="CustomerId" AllowCustomText="true" EmptyMessage="Please select a Name" OnSelectedIndexChanged="cmbName_SelectedIndexChanged" AutoPostBack="true" ToolTip="Select your Name" CausesValidation="false" Sort="Ascending" SortCaseSensitive="true"> </telerik:RadComboBox>Thanks
Amit