[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridIncrementalLoadingRow

GridIncrementalLoadingRow Class

This row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support ISupportIncrementalLoading.

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

Constructors

Name Description
GridIncrementalLoadingRow()

Properties

Name Description
IsLoading

Gets or sets a value indicating whether the loading activity indicator is displayed.

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.