Author Topic: is it possible to save row data instead of save each cell  (Read 2695 times)

mailsrikanta

  • Newbie
  • *
  • Posts: 8
    • View Profile
is it possible to save row data instead of save each cell
« on: March 27, 2014, 10:27:28 am »
I dont want to hit server each time on cell editing, is there any way to save total row data to database?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: is it possible to save row data instead of save each cell
« Reply #1 on: March 27, 2014, 12:37:39 pm »
rowData can be send instead of cellData to the server.

use JSON.stringify to serialize rowData into a string.