The DevExpress ASP.NET MVC Vertical Grid allows you to anchor rows to the top edge. When fixed, rows are always displayed, and not scrolled vertically with the grid. This feature is active when vertical scrolling is enabled using the Settings.VerticalScrollBarMod property, and the total height of the rows exceeds the grid's height. To fix a row, set its Fixed property value to True. Non-fixed rows (whose Fixed property is set to False) cannot be positioned before fixed rows.
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).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxVerticalGridDemos |