AL
Allon
August 26, 2009 09:47 AM UTC
Sorry. I put this message in the wrong forum.
Regards,
Allon
JJ
Jisha Joy
Syncfusion Team
August 28, 2009 09:44 AM UTC
Hi Allon,
You could add rows to the GridControl by using the InsertRange method. See the code:
// It will insert 3 rows staring from the row index 4
this.gridControl1.Rows.InsertRange(4, 3);
Please let me know if you have any questions.
Regards,
Jisha