Saving all grid data

Hi



I want to save all grid data in db where it is changed or not.

Form Integration,DataProcessor both gives only changed rows data.

What is solution?

a) you can use grid.serialize() to get full XML of grid
b) you can use Form integration with
    grid.submitOnlyChanged(false);
in such case form will include all data of grid.