Hi,

I have the following situation:
- When I apply a filter in a grid, if the row selected before updating the filter is still on the grid, nothing changes, this row remains selected, but if this row is not in the grid anymore, the first row in the filtered grid should be selected.

I was trying to use the FilterUpdate listener of the grid, but it fires before the grid has been updated.

Does anyone know how can I do this?

Thanks a lot