Is there a way to navigate to the next page if the down key is pressed in the last row of the grid?
const gridScope = angular.element(document.getElementById("MainWrap")).scope();
gridScope.gridApi.pagination.nextPage();
What is the best method to detect the event of pressing the down key in the last row of the grid?