I have a sfDataGrid control that I am doing incremental filtering on. Once the filter is set, I want to be able to sort any of the visible columns while keeping the filter in place.
Whenever I click on a column header to sort the visible records, the filter no longer works.
How do I sort columns while maintaining the filter as applied to the visible records?