If you set the height in percentages there are no scroll bars
If you set the height in px’s the grid shows all rows and there is a horizontal scroll bar. The height seems to be ignored
If you remove the height all together, all rows are shown and there is a horizontal scroll bar.
The width can be set via percentage or px and it renders as such.
Trying different setting for scrollmode has no effect.
The headers are no longer stationary as the entire grid scrolls.
I am using this within a DIV holder. I need it to scroll both ways and I also need it to auto adjust the row height as needed.
Does anyone know of a work around?