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
close icon

Create new rows in GridControl

How can i modify the GridControl so that users can create new rows directly on the grid?

Thanks in advance

Jay

2 Replies

JA Jat December 19, 2006 11:56 AM UTC



>How can i modify the GridControl so that users can create new rows directly on the grid?

Thanks in advance

Jay

...or if this is not possible is there a grid that behaves the same as the GridControl but that allows users to add new rows directly on the grid?


AD Administrator Syncfusion Team December 19, 2006 08:14 PM UTC

Hi Jay,

This can be achieved by incrementing the RowCount property in the GridControl. Please try the following code snippet and let us know if you need any further assistance.

>>>>>>>>>>
this.gridControl1.RowCount++;
>>>>>>>>>>

Thank you for being patience.
Have a nice day.

Best regards,
Madhan

Loader.
Live Chat Icon For mobile
Up arrow icon