The removed rows will be sent to server but the sent datas have no any differentia to the modified grid rows. I know I can set a “remove” flag to the deleted rows and “update” flag to updated rows but is there any built-in function of dhtmlx to distinguish them?
Thank you for your job. It does work except one case. If I insert one row into a grid and change some datas for the new added row such as call addRowCss or modify the contents of one cell and then save to the server, the save() method will still POST the request. But if I just add a new row and then do nothing before call save(), a PUT request will be sent.