In order to use filtering for detail tables in Telerik RadGrid you can either:
- Set RadGrid.AllowFilteringByColumn. This will turn on the filtering for all detail tables in the grid;
- Set GridTableView.AllowFilteringByColumn for each table you want to filter.
