Skip to content

Commit 4964fdb

Browse files
committed
fix(grid): discard value on paging
1 parent 887c42c commit 4964fdb

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
@@ -3313,7 +3313,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
33133313
});
33143314

33153315
this.onPagingDone.pipe(destructor).subscribe(() => {
3316-
this.endEdit(true);
3316+
this.endEdit(false);
33173317
this.selectionService.clear(true);
33183318
});
33193319

0 commit comments

Comments
 (0)