cancel
Showing results for 
Search instead for 
Did you mean: 

reg CheckBox SelectionTable n RadioButton SelectionTable

Former Member
0 Kudos

hi im newbie to this webdynpro

in my table i want to have CheckBoxes as default selection for checking and deleting instead of standard square boxes.

second

Same applies for radiobutton as default selection instead of standara square box selection.

any examples are there or any snippet code is valueble

thanks and regards

narayan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Narayan,

As Armin suggested we should always use the selection that is provided by the table UIElement.

If you have some special requirement you can add checkbox as a UIElement for one of your table Columns.

For this you need to create ValueAttrib of type "boolean" and bind it to the table coulmn.

In this case you have to write your own logic for deleting the elements.

Regards, Anilkumar

Former Member
0 Kudos

Use the standard visualization unless there is a really important reason NOT to do so.

Armin