We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon