RadGrid for ASP.NET

Filtering Send comments on this topic.
See Also
Functional overview > Filtering

Glossary Item Box

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.

Filtering

See Also