Articles in this section
Category / Section

How can I freeze Columns or Rows in the GridGroupingControl?

1 min read

 

When scrolling is enabled, columns and/or rows in the Grid can be frozen via the FrozenColumns and FrozenRows property settings. The FrozenColumns property setting specifies the number of columns from the left of the Grid that need to be frozen when scrolling horizontally. Similarly the FrozenRows property setting specifies the number of rows from the top of the Grid that need to be frozen when scrolling vertically.

C#

//Freeze the first 2 columns

this.GridGroupingControl1.FrozenColumns = 2;

VB

'Freeze the first 2 columns

Me.GridGroupingControl1.FrozenColumns = 2

Sample:

http://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCFrozen/GGCFrozen.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied