Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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 }
.RadGrid_Default .rgNumPart a:hover span {
background-position
:
0
-1150px
;
}