Enum
GridNewRowPosition

The position at which a new data item is inserted in the Grid. By default, new data item appear at the top of the table.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GridNewRowPosition

Fields

Bottom

The new data item appears at the bottom of the Grid.

Declaration

cs-api-definition
Bottom = 1

Field Value

GridNewRowPosition

Top

The new data item appears at the top of the Grid (default).

Declaration

cs-api-definition
Top = 0

Field Value

GridNewRowPosition

In this article
DefinitionFieldsBottomTop
Not finding the help you need?
Contact Support