What is the best approach to add a custom action in the header of an "Edit" page.
I've done it before for grids using an extender, I tried a similar approach for the UIForm, but it doesn't have HeaderActions so I accessed the Parent, which allows me to add the action but prevents the save from working.
Thanks
So I've added a switch case for "Save" and called Control.SaveData(null), which works, just not sure if intended approach
Please, sign in to be able to submit a new answer.