ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: mailsrikanta on March 27, 2014, 10:27:28 am

Title: is it possible to save row data instead of save each cell
Post by: mailsrikanta 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?
Title: Re: is it possible to save row data instead of save each cell
Post by: paramvir 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.