3.2.0

How to set the state of a item from a checked List ?

I can't change the state from a list Item,
obj.setItemValue([true,2]); or
obj.setItemValue([true,true,true,true]); does not work.

Many thanks.
Andreas Richter
October 20,
you have obj.setSelectedItems([2, 3]);

Bye
Laurent
Laurent
December 19,

This topic is archived.

See also:


Back to support forum