Hi Experts,
I was using RadListBox and feels so cool until I test with IE 6.
Unfortunately, If I add the list box control as shown below and view in IE6, the whole page become blank!!!!
But I can see the control if both AllowDelete and AllowReorder is set to false. But I need those buttons. Can anyone help me to fix.
Thanks alot.
I was using RadListBox and feels so cool until I test with IE 6.
Unfortunately, If I add the list box control as shown below and view in IE6, the whole page become blank!!!!
But I can see the control if both AllowDelete and AllowReorder is set to false. But I need those buttons. Can anyone help me to fix.
Thanks alot.
<telerik:RadListBox ID="lstOptions" runat="server" AllowDelete="True"
AllowReorder="True"
Skin="WebBlue" DataTextField="OptionText" DataValueField="FormattedValue"
Height="200px" Width="385px" AutoPostBack="False"
>
<ButtonSettings ReorderButtons="Common"></ButtonSettings>
<EmptyMessageTemplate>
<span style="color:Red;" > No options added! </span>
</EmptyMessageTemplate>
</telerik:RadListBox>