Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by PMW on Apr 21, 2008 03:51
open dhtmlx forum
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?
Answer posted by Support on Apr 21, 2008 06:05
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.