AD
Administrator
Syncfusion Team
June 29, 2005 06:07 PM UTC
In just a flat grid with no grouping, you can do this to freeze say, 2 columns.
this.gridGroupingControl1.TableModel.Cols.FrozenCount = 2;
For flat grouped columns, you would have to increase this number by 1 for each grouping.
There is currently no way to freeze columns in nested tabled or to freeze rows.