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
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.