Hi,
I was wondering if it's possible to do something like this using the TriState checkboxes.
Let's say I have this specific tree, no more than these two levels :
Case:
A user could chose one to many items from group 1, or one to many items from group 2. But when they check the group 2 or the items 5 to 8, all the items from group 1 get unckecked. Or when they check group 1 or any item from 1 to 4, all items from group 2 gets unchecked.
Can this be done easely or I have to catch some client event and program all the JavaScript manually ?
Also, is it possible to have a multi-column items ?
Kind regards,
Michel
I was wondering if it's possible to do something like this using the TriState checkboxes.
Let's say I have this specific tree, no more than these two levels :
(_) Group 1 +------- [_] Item 1 +------- [_] Item 2 +------- [_] Item 3 +------- [_] Item 4 (_) Group 2 +------- [_] Item 5 +------- [_] Item 6 +------- [_] Item 7 +------- [_] Item 8 Case:
A user could chose one to many items from group 1, or one to many items from group 2. But when they check the group 2 or the items 5 to 8, all the items from group 1 get unckecked. Or when they check group 1 or any item from 1 to 4, all items from group 2 gets unchecked.
Can this be done easely or I have to catch some client event and program all the JavaScript manually ?
Also, is it possible to have a multi-column items ?
Kind regards,
Michel