Xgrid throws incorrect xml error if request size is large

Hi,

We are using DHTML X Grid 2.5 professional version. The X Grid is loaded from an XML which is generated by a request. We have a special case in which the request length is too huge (e.g 10000). When that request is used in loadXML method it throws Incorrect XML error. We found that the responseBody is undefined and also it has the Request status as ‘400’ and status Text as ‘Bad Request’. Could you please help us in resolving this issue for large requests?

P.S: We could not refactor the request.

Regards
Karthik

You can find reasons of incorrect XML error here docs.dhtmlx.com/doku.php?id=dhtm … leshooting

You can disable “Incorrect XML” message appearing with dhtmlxError:

dhtmlxError.catchError("LoadXML",function(a,b,data){ //data[0] - request object //data[0].responseText - incorrect server side response ... any kind of custom logic here ... });