Freezing grid columns

Hello, We have an issue with some columns goint out of screen upon horizontal scrolling (even in a maximized window). These 2 columns contain item name and a code and it is important to keep them within the screen. Could someone tell me if the GDBG has a capability of freezing certain columns when scrolling (something similar to Excel spreadsheet). Thanks.

2 Replies

KK Kalyan Kondapalli November 9, 2005 09:33 PM UTC

grid1.Cols.FrozenCount = 2; This will freeze the first two columns. >Hello, >We have an issue with some columns goint out of screen upon horizontal scrolling (even in a maximized window). These 2 columns contain item name and a code and it is important to keep them within the screen. >Could someone tell me if the GDBG has a capability of freezing certain columns when scrolling (something similar to Excel spreadsheet). >Thanks.


AD Administrator Syncfusion Team November 9, 2005 10:24 PM UTC

Thanks. >grid1.Cols.FrozenCount = 2; > >This will freeze the first two columns. > > >>Hello, >>We have an issue with some columns goint out of screen upon horizontal scrolling (even in a maximized window). These 2 columns contain item name and a code and it is important to keep them within the screen. >>Could someone tell me if the GDBG has a capability of freezing certain columns when scrolling (something similar to Excel spreadsheet). >>Thanks.

Loader.
Up arrow icon