I am trying to implement a custom column which should be shown in edit-mode (as readonly), but not in Add-mode. Is there a possibility to do that?
Thanks
You can enable/disable any row of the Add/Edit dialog inside of the beforeShowForm method. Look at the answer for an example.