adding rows to a databound grid

I have a data bound grid to which I want to add a few rows at the top. The data in the new rows may be the same for several columns so covered cells seem right. I just want to check if I am going down the wrong path here - will I be better off using a unbound grid? I have attached a gif with what I am trying to build. Any advice is appreciated. - I have not tried adding the rows yet - I'm still trying to figure out the rangeinfo classes (any examples of adding rows to a grid using Grid.GridModelInsertRangeOptions?)

1 Reply

AD Administrator Syncfusion Team October 10, 2002 05:39 AM UTC

Take a look at the GDBGMultiHeader sample that was shipped new with version 1.1.0.0. This sample shows how you can add additional unbound rows at the top of a databound grid.

Loader.
Up arrow icon