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
1140
Add Row from code-behind
posted

I am strugging with the new grid controls and am finding even the most basic operations are difficult to figure out due to lack of samples and shallow documentation.

Does anyone have a decent example of using code-behind to add a row to a WebDataGrid and WebHierarchicalDataGrid?

  • 13438
    Suggested Answer
    posted

    Hello Wallace,

    I know it has been a while since you asked this question but in case you still need assistance i will provide an answer. This is not currently a supported scenario. You have either to add row from client side or add it to the datasource from code behind.

  • 5739
    posted

    Hi,

    I don't think it's supported through grid methods server side yet.  You would have to add it through your datasource and then rebind the grid.  I went through this too when transitioning to the new grids.

    Ed