This is a migrated thread and some comments may be shown as answers.

REQUEST: New Grid Event for OnLoad

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 24 Mar 2011, 02:59 PM
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.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Mar 2011, 01:51 PM
Hello,


Use the DataBound event which fires when the server control is bound to a data source.



Thanks,
Princy.
Tags
Grid
Asked by
Brian
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or