Auto Row Height works correctly with:
width: 1000
height: 600
pageable: true,
autorowheight: true
autoheight: true
This is shown in the demo. This works correctly in our application if pageable: true.
Our application uses JSON binding and requires scrolling. We are not using virtual scrolling. If pageable: false (default) Auto Row Height adjusts row heights correctly, but display grid “grows” to full height to display all data. The height parameter is ignored. No vertical scroll bar is displayed.
We would like to change this behavior so the height parameter is used, and a vertical scroll bar is added if needed. We are willing to sponsor that change.