Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 05, 2008 07:21
open dhtmlx forum
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