Display columns in GridGroupingControl

Hi, When viewing 30+ columns in a grid, the horizontal scroll bar is used to view data. Is there a way to force the first few columns (say three columns) always in sight? Regards, Nancy Jan

2 Replies

AD Administrator Syncfusion Team July 6, 2005 09:04 PM UTC

try setting: grid.Model.Cols.FrozenCount = 2;// freeze 2 extra columns


NJ Nancy Jan July 7, 2005 02:58 PM UTC

Clay, Thanks. It works great! Regards, Nancy >try setting: > >grid.Model.Cols.FrozenCount = 2;// freeze 2 extra columns >

Loader.
Up arrow icon