Categories | Question details Back To List | ||
Submitting changed rows in a form POST Hello, When I use a form to submit changed cells, does the DHTMLXDataProcessor expect a response XML, as in the case of using myDataProcessor.sendData()? Answer posted on Nov 13, 2007 02:40 Form integration just allows to include changed data in form scope, there is no any logic which control sending or process result of form submit, component doesn't expect to receive any response. |