Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Martin Allchin on Jul 15, 2009 01:51
open dhtmlx forum
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
Answer posted by dhxSupport on Jul 15, 2009 03:50
Instead of updateFromXML() you can use following commands:
grid._refresh_mode=[true,insert_flag, delete_flag];
grid.post(....
Answer posted by Martin Allchin on Jul 15, 2009 04:39
Fantastic, thanks again!