Docs
API
  • clearSelection()

    Clears all selections.
    This method is rare used unless custom selection.

    Grid clears selection by self in all cases, this method is for advanced cases.

    Example

    
    grid.clearSelection();
    

    See also

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

    Doc Link Selection
    Tutorial Link Selection