Hi Cosyspro,
Thanks for contacting Syncfusion support.
In order to freeze the columns in GridGroupingControl programmatically, the FrozenCount property of GridModelRowColOperation can be used. Please refer to the below code and UG,
Code example
|
//To freeze the columns
this.gridGroupingControl1.TableModel.Cols.FrozenCount = 2; |
Note
The GridGroupingControl does not have the support to freeze the rows.
Please let us know if you have any other queries.
Regards,
Arulpriya