Hi, I’m trying to use the dhtmlxDataProcessor with this code
[…]
myCal.init();
myCal.loadXML(‘xmlCalendari.php?hSeccio=’ + Seccio + ‘&hActual=’ + gridId + ‘&hPare=’ + bas);
myCalData = new dataProcessor(‘xmlCalendariData.php’);
myCalData.init(myCal);
[…]
I assume UpdateMode as Cell and TransactionMode as GET.
When I edit a Cell, I get this error in FireBug:
c has no properties
gasli.corretge.ct/NetStudio3/ns_ … ocessor.js
Line 29
thanks.
The code of error is not directly related to the dataprocessor, such error message may occur if have some incorrect cell indexes in a a grid API command.
Are you using some colspans|rowspans inside problematic grid ?
If possible - please provide any kind of sample where problem can be reconstructed ( you can send it directly to support@dhtmlx.com, of course we need not any server side code, just code used for grid initialization | data loading )