Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sachin on Dec 08, 2008 03:31
open dhtmlx forum
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)