I would like to see a new feature in the RadComboBox for "Select All" functionality.
Here is the general functional paradigm I'm hoping to see.
1. All Selection
- If user checks Select All, it should display every item in the list as checked
- If user unselected All then every item should be unchecked.
2. Partial Deselection
- If user unselect only one item, then it should only unselect that item, but also uncheck the "Select All" checkbox, while leaving the reaming items still checked.