Docs
API
  • selectColumn(dataIndex: String)

    Selects column by index(key).
    It requires selModel to be column or columns

    Example

    
    grid.selectColumn('name');
    

    See also

    Method clearSelection
    Method deSelectRow
    Method disableSelection
    Method enableSelection
    Method getSelection
    Method selectRow
    Method setSelModel
    Method stopSelection