Encountered with 3.0 RC12.
If I don't explicitly set a height on the grid and set the option minRowsToShow to let's say 10, I would expect to see ten records before I need to scroll down the grid. But instead I only see nine or even less, depending on the height of the header row and the horizontal scrollbar if displayed.
The height of the complete grid element is obviously set to minRowsToShow * rowHeight, ignoring the height of the header row.