Skip to main content
A newer version of this page is available. .

Fixed Rows

ASPxVerticalGrid allows you to anchor rows on its top edge. The fixed rows are allowed if vertical scrolling is enabled. This can be useful if you need a specific row (or rows) to remain onscreen, regardless of scrolling.

To freeze a row, set its VerticalGridRow.Fixed property to true.

ASPxVerticalGrid-FixedRows

See Also