I'm having some trouble dynamically changing the height of a grid. I have some sort of a widget (in this case just a plain vanilla HTML button) that will increase or decrease the height of a DIV element which contains a Grid widget.
How would I get the Grid to adapt its height any time the height of the containing DIV element changes?

