cancel
Showing results for 
Search instead for 
Did you mean: 

Is lead select possible for RowRepeater control

Former Member
0 Kudos

Hi Experts.

I would like to use RowRepeater instead of Table to display a list of data. Each row is different.

Is it possible to know which row I am clicking at? Like lead select in Table or ALV ?

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Row repeater itself doesnot give you the Lead Selection. If you have UI element inside the RR for example LinkToAction or a button then that event would return you the Context_element.

with the context element you can get the static attributes or get parent node etc.

Conclusion is : you dont get the Lead Selection, you get the Context Element when an event inside ROWRepeater happens.

Answers (0)