Posted 31 October 2018, 4:29 am EST - Updated 3 October 2022, 8:19 pm EST
Link to repoduction: https://demos.wijmo.com/5/Angular2/ColumnGroups/ColumnGroups/
Bug description: In Financial table example grid, when there’s two column header rows, PageDown moves to 2nd row instead of last row as normal.
Other information: This is caused by moveSelection method, page size is wrongly calculated. There should not be a subtraction of column header height.
Is this by design or bug? If it is by design, why there’s this rule when using pagedown?

