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