Author Topic: saving cell data  (Read 3649 times)

kavyasetty

  • Newbie
  • *
  • Posts: 25
    • View Profile
saving cell data
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: saving cell data
« Reply #1 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)

kavyasetty

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: saving cell data
« Reply #2 on: November 28, 2013, 12:25:05 pm »
thanks for the reply. It worked. :)