This question is locked. New answers and comments are not allowed.
Our standard pager position is at the bottom, and we stretch our grids to fit the available vertical space - i.e. the pager is "stuck" near the bottom of the browser window.
Unfortunately, in this position, the page size dropdown drops down out of the viewable area - making it unusable.
Besides just reporting it, is there a suggestion for working around this? The desired behavior would be to drop up when there's no room to drop down.
.Pageable( settings => settings .Total( 0 ) .Position( GridPagerPosition.Bottom ) .PageSize( 200, new int[] { 10, 20, 50, 100, 150, 200 } ) .Style( GridPagerStyles.NextPreviousAndNumeric | GridPagerStyles.PageSizeDropDown )) Thanks!