I have a button that users can click to clear the filters on a RadDataGrid using datagrid.FilterDescriptors.Clear()
This clears the filters on the grid, however if I look at a column that was previously filtered, I see the previous settings. How do I reset the filter settings on the columns?