[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridSkeletonLoadingCellFactory

GridSkeletonLoadingCellFactory Class

This cell-factory shows a skeleton-loading element in the cells whose row's data-item is null.

Inheritance
GridSkeletonLoadingCellFactory
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridSkeletonLoadingCellFactory : GridLinkedCellFactory
Public Class GridSkeletonLoadingCellFactory
    Inherits GridLinkedCellFactory

Constructors

Name Description
GridSkeletonLoadingCellFactory()

Properties

Name Description
SkeletonRenderFragment

Defines the skeleton loading content.

Methods

Name Description
GetCellContentRenderFragment(GridCellType, GridCellRange)

Gets the render fragment that will be set inside the cell's div.