cancel
Showing results for 
Search instead for 
Did you mean: 

Use a Row repeater or dynamic programming

Former Member
0 Kudos

hi all,

We are building a custom application where we need to display below ui elements in one row

1. Dropdown 2.Select option 3. Dropdown (1st row)

On click of button we display the above row again

I tried with dynamic programming its not working yet , i dont have much idea about row repeater.

Can someone please suggest the approach and some more useful points

Accepted Solutions (0)

Answers (2)

Answers (2)

gill367
Active Contributor
0 Kudos

What is the problem you are facing in the dynamic programming.

but anyways row repeater is better option.

so go ahead with it.

search on SDN you will get many help links on the same.

thanks

sarbjeet singh

Former Member
0 Kudos

Hello,

You can use the RowRepeater Element to do the same. Check the wdr_test_events standard component and check the code for Row Repeater there.

On the click of the button you can write the code in the onAction event and add a new row each time.

Thanks.