when i use server filtering the event “onAfterFilter” and “onBeforeFilter” doesn’t work.
Is this a bug or is there an alternative event that i can use ?
It is expected, as when you are working with server side filters they doesn’t do client side filtering but reload the data. So they trigger onBeforeLoad and onAfterLoad events.