This is the code i'm using
alert("Grid Height is " + grid.MainGrid.style.height);
The alert comes back with a blank.
Is there any way to get the height of the grid on the client side?
gridID = gridName;
In which event are you calling this code?