[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.Select

Select Method

Select(GridControlRange, bool, bool)

Selects a given cell and optionally scrolls it into view.

Declaration
public void Select(GridControlRange range, bool scrollIntoView, bool hideSelectionAdorners = false)
Parameters
Type Name Description
GridControlRange range

GridControlRange to select.

bool scrollIntoView

Whether to scroll the new selection into view.

bool hideSelectionAdorners

Whether the selection adorners are hidden.

Select(IEnumerable<GridControlRange>, bool, bool)

Selects a collection of cells and optionally scrolls it into view.

Declaration
public void Select(IEnumerable<GridControlRange> ranges, bool scrollIntoView, bool hideSelectionAdorners = false)
Parameters
Type Name Description
IEnumerable<GridControlRange> ranges

The collection of GridControlRange to select.

bool scrollIntoView

Whether to scroll the new selection into view.

bool hideSelectionAdorners

Whether the selection adorners are hidden.