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
You can do it for any band with grid.DisplayLayout.Bands[bandNumber]
What if I don't know the number of the band? I just know the name of original datatable.