Skip to content

Commit e5b7960

Browse files
authored
Merge branch 'master' into pbozhinov/treegrid-rp-filtering
2 parents 647fd1a + d780004 commit e5b7960

File tree

5 files changed

+734
-1106
lines changed

5 files changed

+734
-1106
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5238,7 +5238,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
52385238
* Deselects all rows
52395239
* @remarks
52405240
* 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.
5241+
* If you set the parameter onlyFilterData to false that will deselect all rows in the grid exept deleted rows.
52425242
* @example
52435243
* ```typescript
52445244
* this.grid.deselectAllRows();

0 commit comments

Comments
 (0)