ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started 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?
-
rowData can be send instead of cellData to the server.
use JSON.stringify to serialize rowData into a string.