We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b82bfae + d780004 commit 5906030Copy full SHA for 5906030
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -5238,7 +5238,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
5238
* Deselects all rows
5239
* @remarks
5240
* By default if filtering is in place, selectAllRows() and deselectAllRows() select/deselect all filtered rows.
5241
- * If you set the parameter onlyFilterData to false that will select all rows in the grid exept deleted rows.
+ * If you set the parameter onlyFilterData to false that will deselect all rows in the grid exept deleted rows.
5242
* @example
5243
* ```typescript
5244
* this.grid.deselectAllRows();
0 commit comments