cancel
Showing results for 
Search instead for 
Did you mean: 

unable to deselect value in itemlistbox

Former Member
0 Kudos

Hi ,

I am using ItemListBox Ui element for multiple selection of values.

The requirement that i am facing is that sometimes i dont want any selection.

So using ctrl key i unselect all selected item in the list.

but when i am checking in node that is bond to that UI elemnt it shows the last item is selected.

I am using node.ismultiselected(index) to cehck whether it is checked or not.

Please help us on this issue.

Thanks ,

Sudhanshu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Is the selection cardinality on your node 1..n by any chance.

You might try changing it to 0...n if that is the case.

Regards,

Himanshu

Former Member
0 Kudos

Hi ,

No my selection cardinality is 0..n only.

Thanks,

Sudhanshu