Dhtmlx Grid Error in IE

Hi All



i am getting loadXML error in IE when i update multiple rows. if i update 5 rows its working fine, but when i update more than 5 rows at a time, its giving the Loadxml Error, can anyone look into this.



Regards

Sirish

You are using dataprocessor , right?
Which mode you are using?

If you are using update-all-at-once behavior and GET mode  - the size of info may exceed limits of GET scoope. You can try to use POST mode instead

The incorrectXML errro means that server side response contain some incorrect data, you can get more info by enabling debug output
    dataproc.enableDebug (true);


thank you



 



you are a life saver