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

RadComboBox not displayed correctly

1 Answer 65 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nishant
Top achievements
Rank 1
Nishant asked on 23 Aug 2013, 05:13 PM
Hi,

Some of my users are complaining that the RadComboBox sometimes does not render properly in IE9. I'm not able to replicate to exactly, but here are the screenshots.

Please suggest if someone else has reported the same issue, and is there a solution/workaround available ?

Browser : IE 9.0
Telerik ASP.NET Ajax : 2013.2.611.40

Nishant

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 26 Aug 2013, 08:50 AM
Hi Nishant,

According to screen shots you provided there aren't applied any stylesheet to the RadComboBox. It looks as the issue of Internet Explorer - "31 css limits". The IE8 and IE9 have limitation for number of loaded CSS files and if there are more files than 31 they are not loaded. There is two ways to resolve this problem:

  1. Add the RadStyleSheetManager to the site
  2. Remove all the stylesheets from the App_Themes folder, moving them somewhere else within the site and creating there one or several CSS files in which you link the removed CSS files one by one using @import declarations.

 You can find more information and also the solution to solve this problem in the article Internet Explorer CSS limits.

If the problem persist after applying the solution in the blog post, please do not hesitate to contacting me.
 
Regards,
Magdalena
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ComboBox
Asked by
Nishant
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or