This question is locked. New answers and comments are not allowed.
We are using a Telerik Grid with paging in our MVC3/Razor project. The grid pageable settings (including GridPagerPosition.Bottom) are set in .cshtml using:
It is a project requirement that the paging controls exist at the bottom of the grid.
The problem occurs on the last page of a grid's data when there are fewer items on the grid page than the grid's PageSize. When a user navigates to the last page, the height of the grid gets shorter. This causes the paging control to move up the page, away from the user's mouse cursor.
The question is: Is there a way to fill the last page of a grid with empty space so that the grid retains a consistent height on all grid pages during grid page navigation?
Teleric.Web.MVC.dll is v4.0.30319
.Pageable(paging => paging.PageSize(10).Style(GridPagerStyles.NextPreviousAndNumeric).Position(GridPagerPosition.Bottom))It is a project requirement that the paging controls exist at the bottom of the grid.
The problem occurs on the last page of a grid's data when there are fewer items on the grid page than the grid's PageSize. When a user navigates to the last page, the height of the grid gets shorter. This causes the paging control to move up the page, away from the user's mouse cursor.
The question is: Is there a way to fill the last page of a grid with empty space so that the grid retains a consistent height on all grid pages during grid page navigation?
Teleric.Web.MVC.dll is v4.0.30319
