Categories | Question details Back To List | ||
Hi,
I would like to enable users editing in place in a dhtmlXGrid row. One column contains long multiline text which is edited through a popup textarea element. How can I write back changed data using a POST request from dhtmlXGrid?
Best regards
Thomas Answer posted on May 05, 2007 14:51 If you are using DataProcessor - it can be configured to work in POST mode ( please beware that all existing samples of server side code use GET scoope, so server side code need to be adjsuted as well ) myDataProcessor = new dataProcessor(... myDataProcessor.setTransactionMode("POST"); .... In case of saving through form integration, the mode defined for FORM tag will be used. Answer posted by Alexandra (Support) on Nov 30, 2014 07:33 To find more precise comments upon this issue, we can offer you read about mobile app framework and editable treeview. |