selectAll(selected) Last updated Save as PDF selectAll(selected) Selects all rows in a multiple-selection enabled grid. Parameters: selected (boolean): true to select, false to unselect (optional, defaults to true ) Example: this.projectsGrid.selectAll(true);