GDBG. Is it possible to lock in columns in the grid?

hi all. My grid contains many columns. I want to lock in first 2 columns. I mean when user use horizontal scroller, first 2 columns must be always on screen.

1 Reply

AD Administrator Syncfusion Team June 1, 2004 05:18 AM UTC

Try setting this.grid.Model.Cols.FrozenCount = 2;

Loader.
Up arrow icon