[]
        
(Showing Draft Content)

C1.Blazor.Grid.TransposedGridCellFactory.DropRowAsync

DropRowAsync Method

DropRowAsync(int, int)

Drops the row from the original index from to the index to.

Declaration
protected override Task DropRowAsync(int from, int to)
Parameters
Type Name Description
int from

The original index of the row.

int to

The index were the row was dropped.

Returns
Type Description
Task
Overrides