Header Fixed Columns

To display important information that should always be visible, you can use .Net Grid with any number of fixed columns in the header. Fixed columns are not moved during horizontal scrolling and are always visible. The number of fixed columns is defined by Header.FixedColumns.Count. Fixed columns can be enumerated via Header.FixedColumns property.

Header Fixed Columns 

Back to .Net Grid Features