I want to customize the text in CheckComboBox Control based on the number of items selected.
If user selects all the items, then I would like to display "All Items are selected".
If multiple items are selected, I will display "x items are selected".
If only a single item is selected, I display the title of that item.
What should I do to achieve this?
If user selects all the items, then I would like to display "All Items are selected".
If multiple items are selected, I will display "x items are selected".
If only a single item is selected, I display the title of that item.
What should I do to achieve this?