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

[Solved] skin not applied for Radgrid

2 Answers 153 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sivakumar
Top achievements
Rank 1
Sivakumar asked on 04 May 2013, 06:44 AM
Hi,
The Css styles are not apply for Radcontrols in IE.if i put 2 grid controls the Css styles are applied perfectly.but if i add more than two grid, css styles are not apply for other grids except first two grid.


To solve this i have searched in a lots of forum.

some experts told to add a stylesheetmanager to Combine the stylesheet requests into a single request.
because of IE have some limitation to add more than 31 cssfile.

After adding the stylesheetmanager  i am getting the same issue.
Please help me to solve this issue.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 04 May 2013, 03:24 PM
Hello,

mycss.css
@import url("base1.css");
@import url("base2.css");
@import url("base3.css");
@import url("base4.css");
@import url("base5.css");

Add mycss.css files reference or load into your project.

http://www.cssnewbie.com/css-import-rule/#.UYUpSUq86Qc

Thanks,
Jayesh Goyani
0
Sivakumar
Top achievements
Rank 1
answered on 06 May 2013, 10:14 AM


Thanks For the quick response.now the css styles are applied for all the control but it takes lots of time to each process.

For example,
 If i mouseover  on filter icon it takes some time to show the tooltip as filter.

Not only for show the filter tooltip,it takes some time for each and every process after i am registering the css in the @import format.

please help me to solve this issue




 
Tags
Grid
Asked by
Sivakumar
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Sivakumar
Top achievements
Rank 1
Share this question
or