This is a migrated thread and some comments may be shown as answers.

Hide FilterRow in DetailTables

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 11 Jan 2016, 09:12 PM
I have a hierarchical grid with Filtering enabled. My Detail Tables no not have any filtering allowed. How do I hide the filter row for detail tables?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 13 Jan 2016, 09:28 AM
Hello Albert,

The AllowFilteringByColumn property can be set specifically for each GridTableView, which means that you can transfer it from the main RadGrid to the MasterTableView tag:
<MasterTableView ... AllowFilteringByColumn="true">

This way only the main table level will have filtering enabled as you have requested.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Eyup
Telerik team
Share this question
or