Grid updated

Hi all,

Is is possible to listen for an event/notification for when the Grid has updated on the client side?

I’m trying to highlight new rows (which have been added to the grid) with a fading background, but setting the style with a styleGenerator doesn’t trigger the css animation when the grid is updated. (It works once when a new row is added, but adding subsequent rows does not trigger the animation.) So I’m trying various CSS tricks, but I need to do that after the grid has been updated client side.

Any hints would be greatly appreciated.

Stuart.