Description
Using the Down Arrow key on the parent grid focuses and scrolls to the wrong cell in the child grid.
- igniteui-angular version: 7.3.x, 8.0.x
- browser: n/a
Steps to reproduce
- Run the dev demos and open http://localhost:4200/hierarchicalGridUpdating
- Expand the first parent row "ALFKI"
- Expand the first row of the child grid - "0"
- Click the "ALFKI" cell in the parent grid
- Press Down Arrow key 11 times
Result
On the 11-th keypress the grid incorrectly scroll upwards and selects the last row of the 2-nd level child grid.
Expected result
Navigation should continue downwards in the parent hierarchical grid.
Attachments
