Docs
API
  • selectCell(params)

    Select cell by id and column index.

    Example

    
    grid.selectCell({
      id: 7,
      index: 'name'
    });
    

    See also

    Method clearSelection
    Method deSelectRow
    Method disableSelection
    Method enableSelection
    Method getSelection
    Method selectCellDown
    Method selectCellLeft
    Method selectCellRight
    Method selectCellUp
    Method selectColumn
    Method selectRow
    Method setSelModel
    Method stopSelection