how edit() function edit sigle fields??
how edit() function edit sigle fields??
Maybe edit() is updated all fields. but i want single fields.
editor.edit($(this).closest('tr'), false).set('banking.stat', 'E')
This case all fields updated. I want Only banking.stat field. (Because Other fields change value on real time.)
Is possible??
This discussion has been closed.
Answers
Do you mean you want only the changed value at the server-side? If so, use the
submit
option of theform-options
object:Allan