New to Telerik UI for WPF? Start a free 30-day trial
Disable Filtering for the Entire Grid
Updated over 6 months ago
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.