Hi
I need to save the rows data in a mysql database when the Ok button is pressed.
I tried several methods
getrows
getrowdata
getrowdatabyid
etc
problem is that i get the displayfield values but i need the datafield values.
the updaterow works
updaterow: function (rowid, rowdata, commit) {
var data4 = { id:rowdata.id,
test_var_id: rowdata.veld,
test1_var_id: rowdata.operator,
test_waarde: rowdata.criteria,
test1_waarde: rowdata.waarde};
t_veld, t_operator, t_criteria,t_waarde are the values that i get using above methods in the save button function.
kind regards,
Edwin