Categories | Question details Back To List | ||
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! |