This is a migrated thread and some comments may be shown as answers.

RadListBox is cause the whole page to be Blank in IE 6

1 Answer 16 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
BSchool
Top achievements
Rank 1
BSchool asked on 22 Jun 2010, 02:24 PM
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.


 

<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>

 

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 24 Jun 2010, 05:35 PM
Hi BSchool,

We are not aware of any problems with RadListBox  under IE6. Moreover, I have tested the markup provided and it seemed to work fine under IE6. I suppose that there are JavaScript errors on the page preventing it from appearing. Could you please check whether there are any errors present?

Regards,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
BSchool
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or