[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.RefreshSelectedRanges

RefreshSelectedRanges Method

RefreshSelectedRanges(IReadOnlyList<GridControlRange>)

Refreshes the grid according to the selected ranges.

Declaration
public override void RefreshSelectedRanges(IReadOnlyList<GridControlRange> ranges)
Parameters
Type Name Description
IReadOnlyList<GridControlRange> ranges

The rages that determine the cells that will need to be refreshed.

Overrides