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

IE display issues with multiple controls

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
moegal
Top achievements
Rank 1
moegal asked on 22 Mar 2013, 04:58 PM
Is there a limit to the number of controls that should display properly in IE9? I would hope not.

I have several pages that seem to function properly but do not display the CSS for controls after a certain number.

here is an attachment showing how a raddock is missing its style.  Removing the tool tip will get it to work, but then the next item will not display properly? I still need to add 1 more control as well, but when I try the page is more fouled up.

I need to roll this website out within 1 week. I have been doing most of my testing in Chrome, and I do realize IE has some quirks.

Page works fine in Firefox, chrome, safari, opera.

Help??

Thanks,

Marty

SOLVED: I added RadStyleSheetManager and my issue is now resolved in  ie9



1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 27 Mar 2013, 07:57 AM
Hi Marty,

Indeed, there is a browser limitation that allows only 31 stylesheets to be loaded on a page, which is described in this blog post. When you include too many RadControls on the page, this limit is reached because each control requests a separate stylesheet and the additional styles are not loaded.

As you have already found out, the RadStyleSheetManager helps with avoiding this browser limitation because it combines the requests for the CSS stylesheets.

Feel free to contact us again if you run into more difficulties.

Kind regards,
Slav
the Telerik team
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 their blog feed now.
Tags
General Discussions
Asked by
moegal
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or