Hello Bryan,
The behavior you describe is expected. Note that the
AllowFilteringByColumn is available for the
RadGrid and for each
GridTableView. This enables you to have hierarchical
RadGrid where only some of the nested tables allow filtering. When you set the
AllowFilteringByColumn property for the
RadGrid this will be the default value for all
GridTableViews that the grid contains.
By default the filtering is disabled and this is why you are seeing false when checking the
AllowFilteringByColumn for
RadGrid.
In case you are enabling filtering only for the
MasterTableView you would need to check the
AllowFilteringByColumn property for it.
Regards,
Viktor Tachev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the
Telerik API Analyzer and share your thoughts.