Issue of save() method

7.2 will send ‘DELETE’ request to the server when a grid data has been removed. It is ok for the ‘grid.data.remove(id)’, but it sends nothing for ‘grid.data.removeAll()’.

This is the expected behaviour, as calling the removeAll() you don’t clear the data collection, but “unbind” the data collection from the grid clearing all the data displaying in the grid