[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.Refresh

Refresh Method

Refresh()

Refresh all the cells in the column.

Declaration
public void Refresh()

Refresh(GridRowColType, int)

Refresh the cells in the column.

Declaration
public void Refresh(GridRowColType rowType, int row = -1)
Parameters
Type Name Description
GridRowColType rowType

The type of row to refresh

int row

The index of the row to refresh. If -1 is set all the cells will be refreshed.