Hi sir
I have download the RadControls for ASP.NET AJAX Q2 2008. but it doesn't work when I use it as following:
I have download the RadControls for ASP.NET AJAX Q2 2008. but it doesn't work when I use it as following:
<
telerik:RadComboBox ID="RadComboBox1" Runat="server">
<ItemTemplate>
<input type="checkbox" id="checkBox" />
<%
# DataBinder.Eval(Container, "Text") %>
</ItemTemplate>
<Items>
<telerik:RadComboBoxItem runat="server" Text="Item1" Value="Item1" />
<telerik:RadComboBoxItem runat="server" Text="Item2" Value="Item2" />
<telerik:RadComboBoxItem runat="server" Text="Item3" Value="Item3" />
</Items>
</telerik:RadComboBox>
it can't display the text in the right of CheckBox, but it can works well when I use RadComboBox.Net2.dll which get from the sample code .
if I buy the latest version of RadControls , how to reslove the above problem?