myGrid.xmlLoader.xmlDoc.abort() worked in dhtmlx4.0, but not in dhtmlx4.2. I got this error “myGrid.xmlLoader.xmlDoc is undefined”.
Any suggestion ? Please
Cemang
myGrid.xmlLoader.xmlDoc.abort() worked in dhtmlx4.0, but not in dhtmlx4.2. I got this error “myGrid.xmlLoader.xmlDoc is undefined”.
Any suggestion ? Please
Cemang
In the 4.2 version you may try to use the following solution:
var data_obj=myGrid.load(url);
data_obj.xmlDoc.abort
Thank You Sematik
I a not very smart and could not make the abort or abort() function work, (and I did not want to hide loading errors).
grid.clearAndLoad()
has an abort function build in! Works great, clean, no errors to deal with