Hi,
how to translate below from asp:dropdownlist to telerik:radcombobox
asp
telerik
How to write/add following line (asp)
Rgds,
Jesper
how to translate below from asp:dropdownlist to telerik:radcombobox
asp
<asp:DropDownList ID="ddlSupplier" runat="server" Width="140px" Enabled="True" onselectedindexchanged="ddlSupplier_SelectedIndexChanged" AppendDataBoundItems="True" AutoPostBack="True" TabIndex="1"> <asp:ListItem>--- abc ---</asp:ListItem> </asp:DropDownList>telerik
<telerik:RadComboBox ID="RadComboBox_Supplier" runat="server" Width="140px" AppendDataBoundItems="true" AutoPostBack="true"> </telerik:RadComboBox>How to write/add following line (asp)
<asp:ListItem>--- abc ---</asp:ListItem> to telerik syntax?Rgds,
Jesper