cancel
Showing results for 
Search instead for 
Did you mean: 

Only some rows selectable

Former Member
0 Kudos

Hi,

I wonder if anybody could help me in my problem?

I made a table and would like only some of the rows to be selectable. Is this possible?

The best solution would be to hide those squares on the left of the rows.

Thanks in advance for your help.

Piotrek

Edited by: Piotr Kondratowicz on Feb 10, 2009 4:29 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In newer releases this is possible. There exists a property "rowSelectable" that can be bound to a boolean context attribute under the data source node.

Armin

Answers (2)

Answers (2)

monalisa_biswal
Contributor
0 Kudos

hi Piotr,

Another approach is to add checkboxes for row selection.

You can use cell variant to selectively display check boxes for the table rows.

or you can bind its readonly property to a context attribute.

set readonly to true if you want to make it selectable.

Hope this helps!

Monalisa

Former Member
0 Kudos

Hi Piotr,

Create a value attribute of type boolean(Ex: ed) and assign it to all editable fields of the table.

Based on a condition enable(ed=true)/disable(ed=false) the row fields as read only.Which will fulfill your requirement.

Thanks & Regards,

Jhansi Miryala