[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridNewRow

GridNewRow Class

Represents a row used to enter new records in the grid.

Inheritance
GridNewRow
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridNewRow : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged

Properties

Name Description
DataItem

Gets the data item.

Placeholder

Gets or sets the message displayed in the row when it is not entering data.

Methods

Name Description
GetCellContentRenderFragment(GridCellType, GridColumn)

This method is called to provide the content of a cell belonging to this row.

GetMergedRange(GridCellType, GridCellRange, GridColumn)

Gets a GridCellRange that specifies the merged extent of a cell.

PrepareCellStyle(GridCellType, GridColumn, C1Style, C1Thickness)

Gets the style that will be applied to the cell.