I'm using a DevExtreme DataGrid in Angular 5. Add and Edit are activated and used in a Popup. There is on field, which should appear only at the Add-popup, but not at the Edit-Popup. In the normal DataGrid it is disabled anyway.
<dxi-column dataField="Staff" [visible]="false">...
How to enable the staff field in Add and disable it in Edit-Popup?
Thank you for help! Frank