[]
Represents a row used to enter new records in the grid.
public class GridNewRow : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged
Name | Description |
---|---|
DataItem | Gets the data item. |
Placeholder | Gets or sets the message displayed in the row when it is not entering data. |
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. |