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

[Solved] Styles get messed up after grid updates

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
W
Top achievements
Rank 1
W asked on 27 Nov 2009, 11:34 AM
Hi,

I've got a RadGrid that has filtered columns. When I filter the grid, styles elsewhere on my page go a little haywire and the page doesn't look right.

I've been through all the stylesheets looking for conflicting rules but can't find any. I've attached some screenshots to assist.

Any ideas?

Thanks

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Nov 2009, 12:15 PM
Hello Imran,

Generally, after AJAX request it is possible that the order of the CSS files in the <head> changes, which could case inconsistent look if you count on CSS selectors with the same specificity to override one another.

If this is the case, you should either modify your CSS selectors, so that the order does not matter, or set EnablePageHeadUpdate="false" to the RadAjaxManager. The latter is not recommended if you are showing some controls after an AJAX request, because their skins will not be registered.

If you need further assistance, we will need a runnable sample to inspect locally.

Sincerely yours,
Dimo
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.
Tags
Grid
Asked by
W
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or