Hey everyone,
I was running into this problem too and was able to fix it by wrapping the grid in a div and setting my desired height on that div as well as adding “overflow-y:scroll”
This will let you set autorowheight and autoheight to true without needing to worry about a huge grid taking up your page.
Cheers!