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
1075
Add row in multiband grid
posted

 I need to add row into ultragrid. How to do this? I found only grid.Rows.Band.AddNew method - but it is adding only to the top band

Parents
  • 275
    Offline posted

    I'm looping all the rows in the Grid and trying to add one or more child rows to the current row when it is necessary. I do not want to create parent and child tables and set the relationship in the dataset. I would like to add child rows while looping. This way I can create multilevel Treeview. How do I accomplish this programmatically? Thanks.

Reply Children