I'm working with the grid and trying to edit a record.
Normally, I show stuff like "LastModifiedDate" and primary key ID values on the edit form, but as labels and not as editable controls.
I can probably do this by using a template column and making the edit columns labels, but I figured setting a col = readonly should do the trick, but it appears to just not show the field at all on the edit form.
Is there any way to get these columns to display on the edit form but not as editable controls?
Normally, I show stuff like "LastModifiedDate" and primary key ID values on the edit form, but as labels and not as editable controls.
I can probably do this by using a template column and making the edit columns labels, but I figured setting a col = readonly should do the trick, but it appears to just not show the field at all on the edit form.
Is there any way to get these columns to display on the edit form but not as editable controls?