Trying to find the event in the debugger for the clear filter, has anyone got any clues..
I have tried the standard methods, ctrl+alt+8 etc and no joy.
Trying to find the event in the debugger for the clear filter, has anyone got any clues..
I have tried the standard methods, ctrl+alt+8 etc and no joy.
Look in the getapp call response if searching returns nothing in the events dialog.
It is possible it’s a framework level event. No idea.
Grid filtering raises no events in the framework. Cannot hook or trigger onApplyFilter, for example.
It’s a framework thing… Just going to put an event on the row change…
I believe the selected row persists across filter change so onRowChanged doesn’t fire. We need new events like onApplyFilter hook/trigger.
In the meantime…
