Hi there.
I have the need to be able to only allow a single selection of a node at a given level. For example, let's say my first level of nodes are states and under each state are cities within that state.
Alabama
Mobile
Tuscaloosa
Alaska
Anchorage
Fairbanks
Juneau
If I have the Mobile node checked, then I select Archorage, Mobile would be deselected. I could however select multiple cities within a state. Is the best way to handle this to just run through the proper de-selection when the new node is clicked?
Mike
I have the need to be able to only allow a single selection of a node at a given level. For example, let's say my first level of nodes are states and under each state are cities within that state.
Alabama
Mobile
Tuscaloosa
Alaska
Anchorage
Fairbanks
Juneau
If I have the Mobile node checked, then I select Archorage, Mobile would be deselected. I could however select multiple cities within a state. Is the best way to handle this to just run through the proper de-selection when the new node is clicked?
Mike