The FilteringItem is the row that holds the filtering boxes. It appears automatically when you enable the filtering (AllowFilteringByColumn=true).

FilteringItem is always placed in <THEAD> section of Telerik RadGrid, i.e. it will be always on top of the grid (not at the bottom). You can customize the FilteringItem by setting a CSS class to FilterItemStyle property of RadGrid and GridTableView. You can set the FilterItemStyle globally in the grid declaration or set it individually for each table in the grid.
 |
If you are using the RadGrid skinning and you want to customize the look and feel of the FilteringItem, you should alter the .GridFilterRow_<Your_Skin> class, where Your_Skin is the specific Skin you use. You should also be aware that applying changes to the FilterItemStyle declaratively will not override the Skin properties! |
See Also