cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable a drop down for a perticular cell of table.

Former Member
0 Kudos

Hi All

We have some activities defined for a work. I have to assign a relation with other activities corresponding to the selected activity. I am displaying all the activity other then the selected one into the table using bapi.

In that table one column is drop down by index, displaying the relationship options ( hard coded ).

<b>Now the problem is that I want to disable the drop down option for the row in which relationship all ready exist.</b>

Can any one help ??

Thanks in advance.

Regards

Abhijeet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1. Add boolean attribute "DropDownEnabled" under table data source node

2. Bind "enabled" property of cell editor to attribute

3. Set attribute value for node element (row) as needed

Armin

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Armin

Thanks for you help.

It's working perfectly fine.

Regards

Abhijeet