Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
498
get a web grid's height on the client side
posted

This is the code i'm using

var grid = igtbl_getGridById(gridID);

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?