disable table key field on Update
disable table key field on Update
hminhduc
Posts: 22Questions: 13Answers: 1
Usualy i dont want change value of key field when editor open on Update button. Can i still showing but disable it when open Editor
Answers
I think what you are looking for is to use
fields.type
set toreadonly
andfields.submit
set false. See the example in thefields.submit
docs.Kevin