[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridDetailRow-1

GridDetailRow<TItem> Class

Row that shows the details of the previous row.

Inheritance
GridDetailRow<TItem>
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridDetailRow<TItem> : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged where TItem : class
Type Parameters
Name Description
TItem

Constructors

Name Description
GridDetailRow(FlexGridDetailProvider<TItem>, GridRow)

Initializes a new instance of the GridDetailRow<TItem> class.

Properties

Name Description
DataItem

Gets the data item.

DataSource

Gets or sets the data source.

IsLoaded

Gets whether the details are loaded.

ParentRow

Gets the parent row.

Methods

Name Description
GetCellContentRenderFragment(GridCellType, GridColumn)

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

GetCellValue(GridCellType, GridColumn)

Gets the value corresponding to the cell in the intersection of the specified column and this row.

GetMergedRange(GridCellType, GridCellRange, GridColumn)

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

See Also