Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
webdatagrid: what event fires after InitializeRow ?
posted

Hello, I need to do something once the grid has been loaded.

in ASP.NET you can use rowdatabound, then check if the row being bound is the last row (the footer row)

which event can I use for the web datagrid to signify that the grid has loaded?

I have tried all the obvious ones and they seem to fire before InitializeRow

Thanks

  • 3520
    Offline posted

    Hello Roger,

    If the InitializeRow event does not work for the operations you need to perform I suggest you try the OnPreRender event. For more detailed information on the available events, please, refer to the WebDataGrid Class Events topic.

    Please, let us know if you need further assistance on the matter.