preventing field from being updated in backend
preventing field from being updated in backend
javismiles
Posts: 205Questions: 38Answers: 3
in Editor
I have a datetime field in a table, I do not want the value to be edited,
so I Set it to disable, and readonly etc, etc,
nothing, the editor form that opens, still resends it to database to be updated,
how can I prevent completely that field from going into the UPDATE instruction of the edit form?
thank u
This discussion has been closed.
Answers
Hi @javismiles ,
You can specify the
submit: changed
, as in this example here.Cheers,
Colin