Uncheck single item in checked list
Regarding a checked list, this question has been asked a number of times. The answer given is:
obj.setSelectedItems([2, 3]);
But how can you uncheck a single item by index?
For instance you want to uncheck Item 2 without knowing or dealing with the other values.
obj.setSelectedItems([2, 3]);
But how can you uncheck a single item by index?
For instance you want to uncheck Item 2 without knowing or dealing with the other values.
Eric J.
February 20,