It would be very beneficial if ObjectListView could Save and Restore the current status of the filtered columns when using SaveState() and RestoreState().
For example, I have an ObjectListView that has filtered data upon creation (e.g. Open and Closed calls). When I first show my ObjectListView I filter out all of the closed calls and only show open. I would like to save the state of filtered out data so I can refer back to it later with a 'reset' button and using the RestoreState() option. This way I can quickly rebuild my ObjectListView back to it's original filtering as when it was opened.