cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Dropdown Box in a cell of clicked Table row ?

Former Member
0 Kudos

Hi,

I have a Table. When a row is selected by the user, I want to insert a dropdown box in one of the cells of that row.

The Cell Editor for NW4 works for the whole column. But my requirement is that I should be able to insert a dropdown box only the cell of the clicked row and not the whole column on that cell.

How to accomplish this in NW04 ?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create a attribute of type visibility

(inside the nodE).. map it to the drop down s visbility attribute..

On Selection set this visibility attribute of the selected element alone to visible .. let the others be NONE..

This will create that effect.

Regards

Bharathwaj

Former Member
0 Kudos

In NW04, you can only have one type of editor per table column. But this editor may have different values per row, so you can have different drop-down lists in each cell of a column.

What you cannot do in NW04 is putting e.g. a TextView and a DropDownBy* in the same table column.

Armin