Hello,
I have a RadGrid which uses the NeedDataSource event to allow the built in filtering to work. I need some client side code to run when the grid reloads with the filtered results, or, as each row is removed/added. The description of the events is pretty vague, for example, http://www.telerik.com/help/aspnet-ajax/grid_onrowcreated.html, does not specify if the event is only meaningful for client-side data binding, whereas I know some methods do.
So the question is, how can I respond to a grid in javascript when it has been or is being filtered? The end result is to update an image gallery that corresponds to the grid, any rows that get filtered out have their images in the gallery hidden and vice-versa.
Regards,
Mark Leavesley