Kentico 13 Add custom actions to header in "Edit" Pages

Matthew Butler asked on May 17, 2024 10:37

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

Recent Answers


Matthew Butler answered on May 17, 2024 11:24

So I've added a switch case for "Save" and called Control.SaveData(null), which works, just not sure if intended approach

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.