Telerik RadGrid natively supports filtering of table columns for its master and detail tables. Each column that supports filtering (GridBoundColumn, GridCheckBoxColumn, etc) shows a filter box in a GridFilteringItem beneath the corresponding column header. After pressing the filter button, the grid displays only the records matching the filter criteria regarding the settings of all filter boxes.

See Also