Regd---Two columns freezing

Hi There, I am using GDBG.Consider a 15 column grid,I want to freeze first two columns so that when we move horizantal scroll bar,those two columns should stay intact and rest of the columns i should be in a position to scroll and see. Thanks in advance, Thanks & Regards, Manohar B.

1 Reply

AD Administrator Syncfusion Team April 10, 2006 11:07 AM UTC

Hi Manohar, The columns in a GridDataBoundGrid can be froze by setting the this.gridDataBoundGrid1.Model.Cols.FrozenCount =2; or by calling the this.gridDataBoundGrid1.Model.Cols.FreezeRange(1,2); method. Regards, Calvin.

Loader.
Up arrow icon