We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon