With an UltraExplorerBar control, I'm trying to add a checkbox on the left side of each group header (see attached mockup). Is there a way to achieve this?
Hello Guy,
Thank you for contacting Infragistics. As it turns out, it's rather simple to use a CreationFilter to add the checkboxes. I've attached a sample project that shows you how to do so. I've also included comments in the code indicating where you could extend the CreationFilter to add more functionality.
Very interesting. What if Group 1 and Group 2 are mutually exclusive (only 1 can be checked at any single time) while the last one can be freely checked at any time?
I want to automatically uncheck any group(s) part of the set of mutually exclusive items (I stock a value in the Tag to indicate it).
I am handling the ElementClick on the form and successfully found the group(s) that needed to be unchecked but how can I access the checkbox to unselect it?