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
NuGet Package: DevExpress.Blazor
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