ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: kavyasetty on November 27, 2013, 02:55:22 pm
-
hi,
in pqgrid , if we edit data of any cell and click on tab , the data is saved. but when we edit the cell, click somewhere else in the grid and don't use tab the data doesn't save .
will the data only save on using tab ? or is there any other way to save the cell data.
-
If you want to save data when you click somewhere else in the grid then use (quitEditMode event) to save the cell (saveEditCell method)
-
thanks for the reply. It worked. :)