Insert row/column

Can I insert a row or column simply? Are there any simple method? Thanks!

1 Reply

AD Administrator Syncfusion Team June 5, 2003 01:50 PM UTC

In a GridControl, yes. You use the methods, gridControl1.Cols.InsertRange and gridControl1.Rows.InsertRange. In a GridDataBoundGrid, this is more difficult in that the grid is just reflecting the Datasource. So, if your datasource supports inserting rows, then you could directly access this support to insert a row, and the grid would then reflect this.

Loader.
Up arrow icon