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

Server side OnDataBound ?

1 Answer 172 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Laura
Top achievements
Rank 1
Laura asked on 16 Dec 2008, 06:27 PM
I have a quick question about the server side OnDataBound event for the radGrid - Is the call made after the grid get totally rendered on the client? In other words, if I am in ondatabound event of the grid, am I guaranteed that the grid has been totally drawn on the page?

Thanks,
Laura

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 16 Dec 2008, 07:16 PM
Hello Laura,

RadGrid generates the output to be rendered to the client on the Render event.
Rendering an ASP.NET Server Control

I suppose you mean whether the items are created and available at this point. Although it's possible to get them on the DataBound event we recommend you use PreRender event instead.

Please take a look at the following help articles:
Event sequence
Telerik RadGrid lifecycle

Kind regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Laura
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or