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

RadGrid pager control skin

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lance
Top achievements
Rank 1
Lance asked on 21 Nov 2016, 01:42 PM

I am using the following to override the hover color of my radgrid.  Would like to also override the hover color of my pager control (buttons and page size dropdown...)  to match current color.  Which CSS rule should be overridden.  Thanks.

.RadGrid_Simple .rgHoveredRow td

    backgroud-color: #812323

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 24 Nov 2016, 11:54 AM
Hello Lance,

Every grid button has a corresponding CSS class like:
.RadGrid_Default .rgNumPart a:hover span {
    background-position: 0 -1150px;
}

http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/appearance-and-styling/modifying-existing-skins

You can check your browser debugger F12 to see every elements styles. You can also check the attached web site sample.

Regards,
Eyup
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
Grid
Asked by
Lance
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or