Hi, i was wondering if it were possible to explicitly apply a skin to the pager style.
Basically my issue is, i want to use the web blue skin for the pager style, but if i apply that skin to my radgrid it overrides various styles in my item template and it doesn't display as i would like.
Is there a way for me to accomplish ?
Alan
Basically my issue is, i want to use the web blue skin for the pager style, but if i apply that skin to my radgrid it overrides various styles in my item template and it doesn't display as i would like.
Is there a way for me to accomplish ?
Alan
4 Answers, 1 is accepted
0
Hi Alan,
There is always a way to fix messed up CSS styles, however, the provided information is not enough for me to give any specific advice. Please provide a simple web page, which shows what you are trying to do.
Sincerely yours,
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.
There is always a way to fix messed up CSS styles, however, the provided information is not enough for me to give any specific advice. Please provide a simple web page, which shows what you are trying to do.
Sincerely yours,
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

Alan T
Top achievements
Rank 1
answered on 28 May 2010, 01:52 PM
Well, it restyles my borders, adds cell padding and few bits and bobs. I suppose i could go through each one, one by one and override them but that will take me some time. So i assume there is no way to apply a skin just to the pager, or specify to not apply the skin to the itemtemplate easily?
0
Accepted
Hi Alan,
>> "So i assume there is no way to apply a skin just to the pager, or specify to not apply the skin to the itemtemplate easily?"
Yes, that's right. Please use Firebug to track down the styles, which override yours and increase the specificity of your styles.
http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx
Sincerely yours,
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.
>> "So i assume there is no way to apply a skin just to the pager, or specify to not apply the skin to the itemtemplate easily?"
Yes, that's right. Please use Firebug to track down the styles, which override yours and increase the specificity of your styles.
http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx
Sincerely yours,
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

Alan T
Top achievements
Rank 1
answered on 28 May 2010, 03:10 PM
ok, thanks dino