Basically I need a Grid without scrollbars, just showing all cells. So I used noscroll: true,
on the view and autoHeight="true" autoWidth="true" on the dojoType="dojox.Grid"-div...
But the result was not what I expected...
If all cell content is nice and small that works fine. But if the content of a cell is higher that the default cell height (at least that is how it looks to me..) then the Grid-autoHeight only seems to be set to NumberOfRows*defaultRowHeight, not the "real height" of the content.
(I hope you understand what I mean...)
