Is there a way to perform clearing filter for specific column ?
All I fund in grid is Grid.ClearFiltering(); without any params.
Here is why I am trying to clear filter for specific column.
When we try to disable (clear, set null) filter from our custom control ,all we can do is clear filter for all couns on grid.
That confuses users if they using filters on other columns also, they accepting that clear filter on specific column only remove that filter, not all set filters on other columns.