| CSS Class | Description |
|---|
| div.RadGrid_[SkinName] |
The default Telerik RadGrid wrapper <div>. All Telerik RadGrid elements are placed inside it. Rendering Telerik RadGrid in one tag helps further integrations with other controls (Telerik RadAjax and ASP.NET AJAX for example).
|
.RadGrid_[SkinName],.RadGridRTL_[SkinName],.RadGrid_[SkinName] a | A reference to any table cell (<td>) and link (<a>) inside the main class. Using these two classes you can skin the grid cells and links in Telerik RadGrid cells. |
| .rgMasterTable | A class for customizing the master table view |
| .rgClipCells | An additional class applied to the master table view when its table layout is fixed. |
| .rgMasterTable td,.rgMasterTable th | References to any table <td> and table header <th> belonging to that master table |
| .rgDataDiv | For skinning the grid in scrolling mode. |
| th.rgHeader,th.rgResizeCol | Header class <th> for customizing the Telerik RadGrid header. |
| .rgHeaderOver.rgHeaderDiv a.rgHeaderDiv | For skinning the hovered header item.<a> element belonging to the header classFor skinning the header row when scrolling the grid. |
.rgRow,.rgRow td .rgHoveredRow | For skinning the normal grid row. For skinning the hovered grid row. |
| .rgAltRow,.rgAltRow td | For skinning the alternate grid row (zebra style tables). |
| .rgSelectedRow,.rgSelectedRowtd | Skinning the currently selected row. |
| .rgActiveRow,.rgActiveRow td | Active row class - the focused row skinning |
| .rgEditRow,.rgEditRow td | For skinning the row that is currently in edit mode. |
| .rgEditForm | For skinning the edit form of the row that is currently in edit mode. |
| .rgCommandRow | For skinning the CommandItem. |
| .rgFooter,.rgFooter td |
For skinning the group footers (meaning with grouping feature enabled).Defaults to the GroupFooter_[Skin]/GroupFooter_[Skin] td classes.
|
| .rgFilterRow | For skinning the FilteringItem. |
| .rgPager,.rgPagertd | Skinning the grid pager |
| .rgFooter,.rgFooter td.rgFooterDiv | A reference to the grid footer.For skinning the grid footer when scrolling the grid. |
| .rgFooter a | Reference to any link <a> belonging to the footer. |
| .rgPager a | Reference to any link <a> belonging to the pager. |
| .rgPager a:hover,.rgFooter a:hover | Reference to any hovered link <a> in the pager or footer. |
| tr.rgGroupHeader td | For skinning the group panel row (grouping must be enabled). |
| .rgGroupPanel | For skinning the group panel (grouping must be enabled). |
| .rgGroupItem | Reference to items belonging to the group panel (grouping must be enabled). |
| td.rgHeader input | Reference to the <input> element belonging to the grid header (grouping must be enabled) |
| .rgCaption | Reference to the table caption in each level of the grid hierarchy |
| .GridToolTip_[SkinName] | For customizing the scroller when the virtual scrolling feature is enabled (<Scrolling AllowScroll="True" EnableVirtualScrollPaging="True" UseStaticHeaders="True" />). Applicable for the column resizer tooltip as well |
| .GridRowSelector_[SkinName] | For styling the colored rectangle when selecting multiple rows by dragging. |
| .GridItemDropIndicator_[SkinName] | Defines the drop indicator appearance when utilizing drag and drop of grid records. |
| .rgDetailTable | A class for customizing the detail tables in hierarchical grid |
| .GridReorderTop_[SkinName] | A class to customize the embedded top image indicator when reordering grid columns |
| .GridReorderBottom_[SkinName] | A class to customize the embedded bottom image indicator when reordering grid columns |
| .GridReorderTopImage_[SkinName] | A class to customize the top image indicator when reordering grid columns and the embedded skins are disabled for the grid |
| .GridReorderBottomImage_[SkinName] | A class to customize the bottom image indicator when reordering grid columns and the embedded skins are disabled for the grid |
| .rgVScroll | A class to customize the appearance of the RadGrid virtual scroll |
| .rgNoRecords | A class to customize the visual appearance of the NoRecords template/text |
| .GridDraggedRows_[SkinName] | A class applied to the <div> element, which wraps the dragged rows. The same <div> element also has the "RadGrid" and "RadGrid_SkiName" classes. |