The DevExpress ASP.NET Vertical Grid (ASPxVerticalGrid) 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.VerticalScrollBarMode 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.