I been trying to clear the filter through code behind methods.
I set each columns to
I set each columns to
column.CurrentFilterFunction =
GridKnownFunction.NoFilter;
Then I rebind the grid
The grid then refreshes but all the records are missing. I would have expected the grid to show all records...
So how do I programatically clear the filter in code behind c# and have the grids show all records.
I am just frustrated I missed something and google this time has failed me.
Thanks in advance
Stephen Altemus