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

Pager cssclass

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Radoslaw
Top achievements
Rank 1
Radoslaw asked on 30 Jun 2008, 08:38 AM
hello!

Can i overwrite the style for the selected page number in {4}? (NextPrevAndNumeric)

Using Firebug i found out that the style:

.GridPager_WebBlue div span, .GridPager_WebBlue a, .GridPager_WebBlue .sliderPagerLabel_WebBlue

changes the color of the selected page number. But i can't overwrite it.

Thanks for help!
Regards, radek

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 30 Jun 2008, 08:52 AM
Hello Radoslaw,

In order to override the skin's styles for the current page's <span> element, please use the following CSS rule :

.GridPager_WebBlue  .PagerLeft_WebBlue  span
{
     ...........
}

You may also find this related blog post helpful :

How To Override Styles in a RadControl for ASP.NET AJAX' Embedded Skin


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Radoslaw
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or