ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: kavyasetty on November 27, 2013, 02:55:22 pm

Title: saving cell data
Post 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.
Title: Re: saving cell data
Post by: paramvir on November 27, 2013, 04:45:00 pm
If you want to save data when you click somewhere else in the grid then use (quitEditMode event) to save the cell (saveEditCell method)
Title: Re: saving cell data
Post by: kavyasetty on November 28, 2013, 12:25:05 pm
thanks for the reply. It worked. :)