[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridNewRowPosition

GridNewRowPosition Enum

Specifies where the new row template should be displayed when the grid is bound to a IDataCollection<T> that supports adding new items.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public enum GridNewRowPosition

Fields

Name Description
Bottom

The new row template is displayed at the bottom of the grid.

None

Do not show new row template.

Top

The new row template is displayed at the top of the grid.