Skip to content

Commit 8a873f2

Browse files
authored
Merge pull request #6419 from IgniteUI/pbozhinov/fix-5944-8.2
Resets Vertical Scroll Position on Page Change - 8.2.x
2 parents 2aa4677 + 32cc8e6 commit 8a873f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
544544
this.onPagingDone.emit({ previous: this._page, current: val });
545545
this._page = val;
546546
this.pageChange.emit(this._page);
547+
this.navigateTo(0);
547548
this.notifyChanges();
548549
}
549550

0 commit comments

Comments
 (0)