[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.Refresh

Refresh Method

Refresh(GridControlRange, bool)

Refreshes the specified range of cells asynchronously.

Declaration
public void Refresh(GridControlRange range = null, bool recycleCells = true)
Parameters
Type Name Description
GridControlRange range

The range of cells to refresh. If null is passed all the cells will be refreshed.

bool recycleCells

when set to true it recycles the cells.