How to add rows to a gridcontrol

Hi,
How to add rows to a gridcontrol





With Regards,
Venu

1 Reply

HA haneefm Syncfusion Team October 3, 2007 05:50 PM UTC

Hi Venu,

To remove rows in a GridControl, use the GridControl.Rows.RemoveRange method.

To insert rows into a GridControl, use the GridControl.Rows.InsertRange method.

Best regards,
Haneef

Loader.
Up arrow icon