Zeeshan Ahmed Khan
Top achievements
Rank 1
Zeeshan Ahmed Khan
asked on 24 Dec 2009, 08:15 AM
Hi All;
I'm using RadListbox on couple of pages they all look & work fine on all IE7 & IE8 but when i open the same page in IE6 the listbox buttons are hidden behind the list..
Does any one know why this is happening or does any one to a work around for this.
Regards;
Zeeshan Ahmed Khan
RNA Pharmacy Solutions
Phone: 1 (214) 736-4719
RNA Pharmacy Solutions
Phone: 1 (214) 736-4719
6 Answers, 1 is accepted
0
Hello Zeeshan Ahmed Khan,
Have you tried to set the width of the ListBox to a higher value, say 200pixels?
Greetings,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Have you tried to set the width of the ListBox to a higher value, say 200pixels?
Greetings,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Zeeshan Ahmed Khan
Top achievements
Rank 1
answered on 30 Dec 2009, 11:54 AM
Yes i have tried that but the size i require for the list box is 160px..the problem is when the page is load for the 1st time the button is hidden behind the listbox but after a AJAX postback the buttons are shown.
0
Hello Zeeshan Ahmed Khan,
Can you please attach a screenshot of the issue that you experience and if possible, any guide lines on how to reproduce it on our side.
Sincerely yours,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Can you please attach a screenshot of the issue that you experience and if possible, any guide lines on how to reproduce it on our side.
Sincerely yours,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Zeeshan Ahmed Khan
Top achievements
Rank 1
answered on 30 Dec 2009, 12:52 PM
Attached is the image showing the hidden delete button. i can't give you the URL of the site because its internal website to you wont be able to access it.the problem that I'm facing is when the paeg is load in IE6 the buttons are hidden behind the listbox but after a AJAX postback they are shown with the correct size of listbox.
0
Accepted
Hi Zeeshan Ahmed Khan,
I suggest that you try the following:
1) Hook on the OnClientTabSelected event of the RadTabStrip.
2) Check whether this is the MultuPage that holds the RadListBox control
3) If so, find the listbox using $find and invoke its repaint() method. I suppose that this will have to be done with setTimeout. Example:
All the best,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I suggest that you try the following:
1) Hook on the OnClientTabSelected event of the RadTabStrip.
2) Check whether this is the MultuPage that holds the RadListBox control
3) If so, find the listbox using $find and invoke its repaint() method. I suppose that this will have to be done with setTimeout. Example:
if ($telerik.isIE6) { var repaint = function() { $find("RadListBox1").repaint(); } setTimeout(repaint, 100); }All the best,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Zeeshan Ahmed Khan
Top achievements
Rank 1
answered on 05 Jan 2010, 12:08 PM
its working perfectly...thanks
Regards;
Zeeshan Ahmed Khan