Skip to content

Commit 5906030

Browse files
authored
Merge branch 'master' into nrobakova/refactor-tests-helpers
2 parents b82bfae + d780004 commit 5906030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)