GridGroupingControl: Set ''EditIndex'' to a specific row

Hi,

to set inline editing by code in a GridView, I use the following code:

GridView1.EditIndex = lngIndex

What would be the corresponding code for your GridGroupingControl?


Regards, Sven


1 Reply

BM Bharath M Syncfusion Team January 20, 2010 08:31 AM UTC

Hi Sven,

Thank you for your interest in Syncfusion products.

We suggest you to use "GridGroupingControl1.Table.Records[index].BeginEdit()" function to set edit mode for particular records.

For more details, please refer our Online Documentation:
http://help.syncfusion.com/ug_74/gridweb/defaultasp.html

Let me know if you have any concerns.

Regards,
Bharath

Loader.
Up arrow icon