BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.gridGroupingControl1.TableModel.Cols.FrozenCount = 2;
For flat grouped columns, you would have to increase this number by 1 for each grouping.
>this.gridGroupingControl1.TableModel.Cols.FrozenCount = 2;
>
>
>For flat grouped columns, you would have to increase this number by 1 for each grouping.