Hey everybody,
I have a detached repeat and want to provide a custom edit-event for each element. Right now, my solution is to add an edit-event with a custom event-name in the UI designer. This works, but leaves me with two edit buttons, which looks quite strange.
Now I was wondering how to either get rid of the standard edit-button or to override the standard edit-function. At the moment, I have a custom container which also has a onRowClick function in which i check for eventName == <custom-event-name>. My initial idea was to check for <standard-edit-event> here instead, but it turns out that this function is not called when hitting the standard edit-button.
Does anybody have an idea how to achieve this? Thanks in advance! ![]()
