Hi,
I'm looking for a way to add animation when a row is removed due to filtering.
I have a grid, with a column containing a checkbox for each row.
The filter is "false" - when the checking the checkbox, the row will be removed.
I've tried to subscribe to RowUnloaded event, and do the animation, but the row is removed immediately and the animation is not displayed...
Is there an event I could subscribe to before the row is unloaded, or is there another approach to solve this issue?
Thanks,
Liat.