New to Telerik UI for WPF? Download free 30-day trial

Disable Filtering for the Entire Grid

To disable filtering for the entire grid, set RadGridView.IsFilteringAllowed to false. This will hide the filtering UI and the end user will not be able to perform filtering. The IsFilteringAllowed property is true by default.

In this article