Skip to Content
0
Former Member
Jun 21, 2010 at 09:48 AM

Create check boxes in table dynamically

95 Views

Hi All,

i have a requirement in my webdynpro application.Using Funtion module i am displaing the data in a table format.

now the data displaing in the below format.

ProductId DESC Checked

___________________________________

Row1 111 XXXX

___________________________________

Row2 221 yyyyy

321 zzzz

___________________________________

SELECTtALL UNSELECTALL

In the above 3rd colmun i have to display check boxes for every productID. for example in first row i have only one productId

so one check box needs to display and in the second row two productID available,here two check boxes needs to display.

And those check boxes links to SELECTALL and UNSELECTALL buttons in the application.When user clicks on SELECTALL button

all the checkboxes sholud be checked or unchecked.

Can any one help me on this requirment.

Regards,

Suresh