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

Grid Skin not applied

2 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Justin Lee
Top achievements
Rank 1
Justin Lee asked on 19 May 2010, 09:49 PM
I have a RadGrid in a usercontrol, and am just using the default skin.  On page load, the usercontrol is not visible, but after clicking on a button the usercontrol is made visible.  The problem is once the grid is shown, it does not have any skin applied. There are other skinned controls in the usercontrol, and they display correctly. The postback is ajaxified with an ajax manager, and if remove the ajax, the grid displays correctly. 

The odd part is I have PagerStyle.AlwaysVisible set to true on the grid, and if I change it to false, the grid displays correctly.

The user control is on another page where it is always visible, and it displays correctly there.

I tried to create a simple project to demonstrate the behavior, but I could not reproduce the issue in the simple project.  I will build a project that is more representitive of the actual project to send, but it will take some time. So I thought I'd ask if you had any ideas or things to try.

Thanks,
Justin

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 20 May 2010, 10:35 AM
Hello Justin,

Based on the provided information, I think that you are hitting IE's limit of 31 CSS files and <style> tags. Please combine your non-embedded CSS files to reduce their number and/or use RadStyleSheetManager to combine the embedded CSS files.

http://www.telerik.com/help/aspnet-ajax/radstylesheetmanager.html

Regards,
Dimo
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.
0
Justin Lee
Top achievements
Rank 1
answered on 20 May 2010, 04:09 PM
Thanks, that solved the problem.
Tags
Grid
Asked by
Justin Lee
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Justin Lee
Top achievements
Rank 1
Share this question
or