cancel
Showing results for 
Search instead for 
Did you mean: 

How to Change the Selection Cardinality

Former Member
0 Kudos

hi all,

I have a model node. When I make the table element as multi select it is throwing a runtime error, as the underlying context does not have a selection cardinality of 0..n. It allows the selection of only one item at a time. <b>How to make the selection cardinality of the model node from 0..1 to 1..n.</b>

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

U can change the property in the node.when u r creating a node,go to the properties and change the cardinality to 1..n and also the selection type to 1..n as u wish.

if u have mapped to any controller cont.node then go and change it in the controller cont.node it will get automatically changed in the view.

Hope this helps u,

Regards,

Nagarajan.

Former Member
0 Kudos

Thanks nagarajan....it works

Answers (0)