Categories | Question details Back To List | ||||||||
When I resize the window, this code is not resizing the gridheight.
window.onresize=fnResize; function fnResize() { cht = document.body.clientHeight; gridDiv = document.getElementById('gridbox'); if (cht > 600) { gridDiv.style.setExpression("height", cht*0.35); mygrid.setSize(cht*0.35); } } Answer posted by Support on Dec 08, 2008 05:48 Please check attached sample. Attachments (1)
|