Categories | Question details Back To List | ||
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 Answer posted by Support on Jul 30, 2008 05:28 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); Answer posted by sirish on Jul 30, 2008 21:51 thank you
you are a life saver |