We would like to request a new server-side event for the RadGrid. Please add an event called OnLoad or AfterNewBinding. The purpose of this event would be to fire after the grid has been loaded with data. At this point, it is not easy to detect when the datasource's data has changed on the grid so we can select the first row. We can't use pre-render event as the data has not yet been populated. We also tried the ObjectDataSource's Selected event and the data has not been loaded either.
If we had an event which fired after any new data has been bound and loaded, this would be easy.
Thank you for your consideration.
If we had an event which fired after any new data has been bound and loaded, this would be easy.
Thank you for your consideration.