Hello,
When setting the new CheckBoxes property to true on the RadComboBox, is it possible to customize the displayed text when items are checked?
Assume the following RadComboBox:
If the user selects Carrot and Tomato, our business users would prefer that the Text displayed be "Carrot,Tomato", not "Carrot, Tomato". Similarly, a business rule is that if we check the "All" item, we wrote JavaScript to check all of the items automatically. In this scenario, they want the Text displayed to be "All", not "Apple, Carrot, Peach, Pear, Tomato, Zucchini".
I tried catching the OnClientItemChecked event and doing the following, but that didn't do anything. It appears that the text property is readonly when checkboxes are utilized.
PS: Setting AllowCustomText doesn't work.
Thanks!!
Thad