Categories | Question details Back To List | ||
dhtmlxGrid: XML descendants internal method called on incompatible Object Hi, I am using json to load dhtmlxGrid grid (mygrid_59.parse(js_59,"json"). When I add row, the following, I get the following javascript error: XML descendants internal method called on incompatible Object mygrid_59..enableDistributedParsing(true,10,300); Thanks Answer posted by Support on Nov 05, 2008 08:51 >>mygrid_59..enableDistributedParsing(true,10,300); The problem is in your custom code, there are two dots between object name and method name |