Hello!
Is it normal that the grid's OnStateChanged event gets called twice when filtering?
Other actions, such as sorting, resizing, and reordering, call OnStateChanged once.
I have an event handler that stores the state of the grid in local storage, and it's rather annoying that it gets called twice for no reason.