Adding and removing rows from the GridControl.

Hi,
I would like to get code snippet to add a new rows to GridControl. Also, how to delete a row at a specific row index.

Is there a way to have muliline text in any of grid cell?

Thanks,
Sabu

1 Reply

HA haneefm Syncfusion Team June 27, 2007 06:19 PM UTC

Hi Sabu,

You can remove the rows in a GridControl by using the GridControl.Rows.RemoveRange method. And insert rows into a GridControl by using the GridControl.Rows.InsertRange method. Below is a forum thread that discuss with the multiline textbox in a cell.

http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=56831

Best regards,
Haneef

Loader.
Up arrow icon