Enum NewRowPosition
Defines add new row position.
- TopDefault. Add form is placed at the first row of the grid.
- BottomAdd form is placed at the last row of the grid
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum NewRowPosition
Fields
| Name | Description |
|---|---|
| Bottom | Add form is placed at the last row of the grid |
| Top | Default. Add form is placed at the first row of the grid. |