Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Benson on May 17, 2007 05:12
open dhtmlx forum
dhtmlxTreeGrid-reload Treegrid

my codes here:
-----------------------------------------------------------------
mygrid = new dhtmlXGridObject('a_gridbox');
mygrid.setImagePath("imgs/");
mygrid.loadXML("1.xml");

....
mygrid.clearAll();
mygrid.loadXML("2.xml") ;
-----------------------------------------------------
if both 1.xml and 2.xml has tree type in xml head definition as following, there will be a mistake "stock overflow". How can I solve this?

<head>
<column width="150" type="tree" align="left" color="#d5f1ff" sort="str">List</column>
....
</head>
....


Answer posted on May 17, 2007 16:22
Please provide info about used version|build of dhtmlxTreeGrid.
The latest build of dhtmlxTreeGrid has few special fixes related to deleting elements in treeGrid control, which cover your problem as well - fixes will be available as part of oncoming build.

If you need fix ASAP - please contact as at dhtmlx@scand.com and provide you customer number.
Answer posted by Alexandra (Support) on Dec 11, 2014 03:07

Having solved the problem mentioned above, you may also look through the possible related problems with file upload ajax and tabbed web page.