[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.SetCursor

SetCursor Method

SetCursor(GridControlRange, bool)

Sets the cursor of the grid to the specified row and column.

Declaration
public bool SetCursor(GridControlRange range, bool cancellable)
Parameters
Type Name Description
GridControlRange range

The cursor range to set.

bool cancellable

Specifies whether the operation is cancellable.

Returns
Type Description
bool

true if the operation succeeded