SilverLight
SilverLight

Reputation: 20468

Telerik WinForm RadGridView Clear Filtering

Please take a look at this link :
how-to-clear-radgrid-filters
But this link is for asp.net, not WinForms.
In WinForms there is no GridColumn or RadGrid1.MasterTableView.
How can i clear filtering of telerik radgridview in winforms?

Upvotes: 1

Views: 1054

Answers (1)

Michal Nawrocik
Michal Nawrocik

Reputation: 88

Try this.radGridView1.FilterDescriptors.Clear(); as per https://www.telerik.com/forums/how-do-i-clear-the-built-in-filters.

Upvotes: 2

Related Questions