New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Detail Tables Filtering

To use filtering for detail tables you can either:

  • Set RadGrid.AllowFilteringByColumn. This enables filtering for all tables in the grid;

  • Set GridTableView.AllowFilteringByColumn for each table in which you want to enable filtering.

DetailTable filtering

In this article