cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple selection in drop down list

Former Member
0 Kudos

Is it possible to select multiple values in a drop down list. In my app I have bound a drop down list to a node that has multiple attributes. Though I set the nodes 'selection' property to 0..n, I can only choose one value from the drop down list.

Please advise what needs to be done to be able to select multiple values.

Thanks !

Sri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Its not possible to select many , The drop down list is not for that purpose.

Regards,

Sirisha.

Former Member
0 Kudos

A drop-down list is by definition a 1-from-many selector. If you need a many-from-many selector, use a table or a check box group.

Armin