Skip to Content
0
Former Member
Feb 24, 2006 at 12:25 PM

How to implement multiselect rows in a Web Dynpro UI Element Table

27 Views

I have a Table containing one coulmn(type: String) and 3 rows. I have created action Select. Even SelectionMode property of Table is set to "Multi".

The rows have a data of "1" , "2" ,"3" respectively.

I want the above values to be concatenated and I should get "123" as output from the action.

Can anyone help me how to achieve this?