How Do I find the clear filter event in the debugger, does one exist?

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.

1 Like

In the meantime…
a man in a suit and tie is standing in a field of flowers .

1 Like