updateFromXML POST not GET

Hi,



I found some code to replace grid.loadXML() with grid.post() to do a POST instead of a GET.



Do you have something similar for updateFromXML() please?



Martin

Instead of updateFromXML() you can use following commands:
grid._refresh_mode=[true,insert_flag, delete_flag];
grid.post(…

Fantastic, thanks again!