Posted 7 December 2017, 8:55 am EST
Hi. I’m trying to build a command to support undo/redo for a filter and sort change. I thought that I could use the event RangeFiltering to get the current status of the filter (before is filtered) but looks like the filtering was already done when the event is triggered , so I can’t get the previous filter state. Same thing happens with RangeSorting. (I need the previous state for the command so I can save the state to be able to undo it)
RangeFiltered and RangeSorted also don’t give me any information about the previous state, only what’s changed, same as RangeFiltering and RangeSorting. Basically, there’s no difference in these events.
Any suggestion on how to approach this?
