I need fill a GridGroupingControl ???

Hi,

I have a grid control on a web page, the rows must be inserted manually by the user and it does when my site is running, someone on this board have any example please ... ! ... in the grid control should enter the details for an order.

Thanks,
Rich

1 Reply

JB Jaffersathick B Syncfusion Team February 22, 2010 10:20 AM UTC

Hi Ricardo,

Thank you for your interest in Syncfusion products.

We suggest you to use AddNew method for adding the new row manually. Please refer the below code snippet,
[CS]
this.GridGroupingControl1.Table.AddNew();


Let me know if you have any queries.

Regards,
Jaffer.B

Loader.
Up arrow icon