I have used RadCombobox in my page. There is an requirement to show only 5 items in the RadCombobox when user clicks on it for selection and scroll bar will be displayed if more than 5 items are there in the Drop down.
I have MaxHeight=100px for make it work, solution is wroking on all browsers but it is not working for IE8.
Can anyone help me in resolving this issue for IE8.
I have MaxHeight=100px for make it work, solution is wroking on all browsers but it is not working for IE8.
Can anyone help me in resolving this issue for IE8.
8 Answers, 1 is accepted
0

Meghna
Top achievements
Rank 1
answered on 03 Jul 2009, 09:24 AM
Also I have wrapped it in div also(saw in one of telerik forum) but still it is not working with IE8
0

Martillo
Top achievements
Rank 2
answered on 30 Jul 2009, 11:41 PM
I'm also experiencing the same issue
0
Hi there,
It seems you are using some older version of the control that is not compatible with IE8. Please update to at least Q1 2009 SP1 and let us know how it goes. In addition, please find attached a screenshot that shows the proper work of the latest version under IE8 Standards mode.
Test code snippet:
All the best,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
It seems you are using some older version of the control that is not compatible with IE8. Please update to at least Q1 2009 SP1 and let us know how it goes. In addition, please find attached a screenshot that shows the proper work of the latest version under IE8 Standards mode.
Test code snippet:
<form id="form1" runat="server"> |
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
</telerik:RadScriptManager> |
<telerik:RadComboBox ID="RadComboBox1" runat="server" MaxHeight="100px"> |
<Items> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem1" Value="RadComboBoxItem1" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem2" Value="RadComboBoxItem2" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem3" Value="RadComboBoxItem3" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem4" Value="RadComboBoxItem4" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem5" Value="RadComboBoxItem5" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem6" Value="RadComboBoxItem6" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem7" Value="RadComboBoxItem7" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem8" Value="RadComboBoxItem8" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem9" Value="RadComboBoxItem9" /> |
<telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem10" Value="RadComboBoxItem10" /> |
</Items> |
</telerik:RadComboBox> |
</form> |
All the best,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Martillo
Top achievements
Rank 2
answered on 31 Jul 2009, 06:31 PM
Hi Paul,
Thanks for your reply and for the screenshot. I am definitely using the latest release (2009.2.701.35). However, the issue may be that I'm using the Q3 2008 compatible skins and also may have injected some hacks to make it look the way I wanted it to in IE7.
I've discovered that if I invoke either the IE 8 Compatibility View Browser mode or the IE7 Standards Document Mode the combobox will display properly. My second issue was that I had tried to invoke IE7 emulation by placing the following tag in my masterpage but it wasn't having any effect:
Thanks for your reply and for the screenshot. I am definitely using the latest release (2009.2.701.35). However, the issue may be that I'm using the Q3 2008 compatible skins and also may have injected some hacks to make it look the way I wanted it to in IE7.
I've discovered that if I invoke either the IE 8 Compatibility View Browser mode or the IE7 Standards Document Mode the combobox will display properly. My second issue was that I had tried to invoke IE7 emulation by placing the following tag in my masterpage but it wasn't having any effect:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
I had placed it as the last <meta> tag in the <head> section, and I discovered that if I moved it to the top of the list of <meta> tags then it IE8 emulated IE7 and the combobox looked correct! Go figure. Ultimately I've decided to implement the X-UA-Compatible setting as a response header using the info from this article: http://msdn.microsoft.com/en-us/library/cc817572.aspx
0

Tim Mackay
Top achievements
Rank 2
answered on 03 Feb 2010, 10:59 PM
I'm also having this issue with the Lastest release 2009 Q2 826. I'm also using an older skin Grey. Fine in other browsers just not ie *.
0
Hello Tim Mackay,
The "Gray" skin was removed in Q1 2009 version so I suppose you are using an older one. Please upgrade to a more recent version.
Sincerely yours,
Veskoni
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
The "Gray" skin was removed in Q1 2009 version so I suppose you are using an older one. Please upgrade to a more recent version.
Sincerely yours,
Veskoni
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0

Tim Mackay
Top achievements
Rank 2
answered on 08 Feb 2010, 04:15 PM
My Post
"I'm also having this issue with the Lastest release 2009 Q2 826. I'm also using an older skin Grey. Fine in other browsers just not ie *."
"I'm also using an older skin"
I upgraded to the latest release. Since the skins changed I had to import the skin css and file into the project and disable embedded skins. We cant redesign our web pages ever time you update your Dll to fit your new looks. Why cant you just add new skins and leave the old ones alone.
Read the post! The bug is because the new release and using older skins with ie 8.
"I'm also having this issue with the Lastest release 2009 Q2 826. I'm also using an older skin Grey. Fine in other browsers just not ie *."
"I'm also using an older skin"
I upgraded to the latest release. Since the skins changed I had to import the skin css and file into the project and disable embedded skins. We cant redesign our web pages ever time you update your Dll to fit your new looks. Why cant you just add new skins and leave the old ones alone.
Read the post! The bug is because the new release and using older skins with ie 8.
0
Hello Tim Mackay,
I am sorry for the troubles. It was not an easy decision to change the skins and we alerted about that beforehand and created a tool for migration.
So, I suppose that your case is this: you use the 2009.2.826 release with the Gray skin converted for that release as described here. Is that correct? Did you use the ASP.NET Theme approach or the Direct Skin registration one? I need that information so we can prepare the environment at our side to reproduce the exact case and find you a solution.
Thank you for your patience.
Best wishes,
Veskoni
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.
I am sorry for the troubles. It was not an easy decision to change the skins and we alerted about that beforehand and created a tool for migration.
So, I suppose that your case is this: you use the 2009.2.826 release with the Gray skin converted for that release as described here. Is that correct? Did you use the ASP.NET Theme approach or the Direct Skin registration one? I need that information so we can prepare the environment at our side to reproduce the exact case and find you a solution.
Thank you for your patience.
Best wishes,
Veskoni
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.