0

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

Anatoliy
  • 321
  • 1
  • 4
  • 19

1 Answers1

1

You can enable/disable any row of the Add/Edit dialog inside of the beforeShowForm method. Look at the answer for an example.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798