Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by chad on Oct 25, 2008 11:18
open dhtmlx forum
enableAutoHeight and updateFromXML

I am setting enableAutoHeight to true before the init of my grid. Later I call updateFromXML with insertnewrows and removedeletedrows both set to true. it does add and delete rows as it should, however the height is not readjusted when calling updateFromXML. please help
Answer posted by Support on Oct 27, 2008 02:47
Please try to use

grid.updateFromXML(url, true, true, function(){
   grid.setSizes();
});