cancel
Showing results for 
Search instead for 
Did you mean: 

double-click on Rowrepeater

Former Member
0 Kudos

hello,

i want after clicking on the rowrepeater to generate a methode.

please show me how can I do this?

thank you

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Agadir,

If my understanding is correct, you want to have on_click event for the rowrepeater or in other words if user clicks on the row repeater you want to execute some code. This is not directly possible. In the sense for the RowReapter UI element there are no events available. What you can do is to add LinkToAction/Button ui element in the Row Repeater. these UI elements provides on_click events and you can write your logic in the event handled method.

If I'm wrong, then kindly elaborate your requirement.

BR, Saravanan

Former Member
0 Kudos

hallo Saraa_n it works, thank you very much

Answers (0)