Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Fixed Columns

Contact Name 
Company Name 
City 
Region 
Address 
Postal Code 
Phone 
Fax 
CollapseCountry: Argentina
 Patricio SimpsonCactus Comidas para llevarBuenos Aires Cerrito 3331010(1) 135-5555(1) 135-4892
 Yvonne MoncadaOcéano Atlántico Ltda.Buenos Aires Ing. Gustavo Moncada 8585 Piso 20-A1010(1) 135-5333(1) 135-5535
 Sergio GutiérrezRancho grandeBuenos Aires Av. del Libertador 9001010(1) 123-5555(1) 123-5556
CollapseCountry: Austria
 Roland MendelErnst HandelGraz Kirchgasse 680107675-34257675-3426
 Georg PippsPiccolo und mehrSalzburg Geislweg 1450206562-97226562-9723
CollapseCountry: Belgium
 Catherine DeweyMaison DeweyBruxelles Rue Joseph-Bens 532B-1180(02) 201 24 67(02) 201 24 68
 Pascale CartrainSuprêmes délicesCharleroi Boulevard Tirou, 255B-6000(071) 23 67 22 20(071) 23 67 22 21
Page 1 of 12 (112 items)Prev1234567101112Next


The DevExpress ASP.NET MVC Grid View allows you to anchor columns to the left edge. When fixed, columns are always displayed, and not scrolled horizontally with the grid. This feature is active when horizontal scrolling is enabled via the Settings.HorizontalScrollBarMode property, and the total width of the columns exceeds the grid's width. To fix a column, set its FixedStyle property value to Left. Non-fixed columns (whose FixedStyle property is set to None) cannot be positioned before fixed columns.

The style settings of fixed columns can be customized by the Styles.FixedColumn property.

Fixed columns support complex layout scenarios that utilize such features as grouping, detail rows, preview rows and row templates. This demo illustrates the use of fixed columns within a grouped grid.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos