Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

GridEditNewRowPosition Enum

Lists values that specify the position of the Grid edit form used to create new rows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum GridEditNewRowPosition

Members

Name Description
Top

The Grid displays the edit form at the top.

Bottom

The Grid displays the edit form at the bottom.

Remarks

Refer to the EditNewRowPosition property description for more information and an example. For instructions on how to enable data editing, refer to the following topic: Editing and Validation in Blazor Grid.

See Also