BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Marcos,
Thank you for your interest in Syncfusion products.
Currently we don’t have a support for freeze the rows in GridGroupingControl but you can implement this scenario with Grid control. Please refer the below code.
Code:-
this.gridControl1.Rows.FrozenCount = 1;
Pease refer the below link.
Link: http://help.syncfusion.com/ug/windows%20forms/default.htm#!documents/frozenrowsandcolumns.htm
Please let us know if you have any concern.
Regards,
Muthukumar
K
Hi Marcos,
Thanks for the update.
If you want to freeze the row with the data binding functionality in a gridcontrol, you can populate the data value and set the “FrozenCount” property to freeze the row. Please refer the below link,
Link: http://help.syncfusion.com/ug/windows%20forms/default.htm#!documents/frozenrowsandcolumns.htm
Please let us know if you have any concern.
Regards,
Muthukumar K