Hi Ivo. Not sure it is normal, as I could not start any filtering at all. But now I’ve some idea – filter menu is blocked because filter’s id is not the same as Grid’s id, because of the wrong Grid’s initialization. If React’s render() method happens twice it reinitialize grid, so it gets another id and filter menu looses connection with it.
But when I prevent render() method, everything works fine in virtual false/true modes both.
Why it happens?