[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.Refresh

Refresh Method

Refresh()

Refresh all the cells in the row.

Declaration
public void Refresh()

Refresh(GridRowColType, int)

Refresh the cells in the row.

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

The type of column to refresh

int column

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