This question is locked. New answers and comments are not allowed.
When a user clicks on the filter button and filters the grid, I need to capture the details of the filter that has been applied i.e. The value and operation for the first filter control and second filter control as well as the join operator. I cannot see a way to obtain that info which I need to enable me to restore the grid to the same state when the app is resumed. Ideally I would capture it after the filter operation but at least capture it when the app is suspending.
I can see how to restore the state but not how to capture it.
I can see how to restore the state but not how to capture it.