DhtmlxGrid LoadXML with special characters

Hello I am using DhtmlxGrid PRO edition, in filters when i send the data with special characters is returned with bad data in server side, I try to solve using escape(value) of javascript but don’t solve this.
DhtmlxGrid have a method to send the data in POST and not in GET?

Thanks in advance

Hello I am using DhtmlxGrid PRO edition, in filters when i send the data with special characters is returned with bad data in server side, I try to solve using escape(value) of javascript but don’t solve this.
Please check docs.dhtmlx.com/doku.php?id=othe … ial_charac

DhtmlxGrid have a method to send the data in POST and not in GET?
You can use post() method. It works the same as load() or loadXML() methods except it send request to the server side using POST method.