dhtmlXGridFromTable height problem

Dear Sir,

I have problem with dhtmlXGridFromTable, when I changed the grid height to 100% or any % value, then vertical length of page automatically keep increasing and not stop. The same problem I have with the dhtmlXGrid, when I set width and height 100%. Please find below code











                    

                         

                         

                        

                        





                        

                        

                        



                    

                     <%for(int i=0 ; i< left.size();i++){

                     String tempValues=(String)left.get(i);

                     String[] values=tempValues.split("~",0);

                     %>

                

                    

                    

                    

                    

                    



                    

                    

                    



                



                <%}%>

  DPM Sev Risk Adj Nom Adj Tol %Cont Stack # Cpk/Cpk Req Sens
  <%=values[1]%> <%=values[0]%> <%=values[2]%> <%=values[11]%> <%=values[12]%> <%=values[10]%> <%=values[5]%>
<%=values[4]%>
<%=values[6]%> <%=values[3]%>






                    

                        

                         

                        

                        





                        

                        

                        



                

                     <%for(int j=0 ; j< right.size();j++){

                     String temprightValues=(String)right.get(j);

                     String[] rightvalues=temprightValues.split("~",0);

                     %>

                    

                        

                        

                        

                        

                        



                        

                        

                        



                

                <%}%>

            
  DPM Sev Risk Adj Nom Adj Tol %Cont Stack # Cpk/Cpk Req Sens
  <%=rightvalues[1]%> <%=rightvalues[0]%> <%=rightvalues[2]%> <%=rightvalues[11]%> <%=rightvalues[12]%> <%=rightvalues[10]%> <%=rightvalues[5]%>
<%=rightvalues[4]%>
<%=rightvalues[6]%> <%=rightvalues[3]%>


Unfortunately we cannot reproduce this issue locally. Please provide us complete example where we can reproduce it including all files which you are using to initialize grid.