WPF xceed CheckcComboBox SelectAll Text
-
Is there any way to specify a text value when either all items or no items are checked? In my case I'm using the CheckcComboBox in a report arguments window, so selecting none is the same as all. What I want is to show the word 'All' by default. If any items are selected, then I'd like it to work as it does and show a comma delimited list of checked items. I have IsSelectAllActive = true in the XAML. I've also tried setting the Text property in the COllectionChanged event. Neither worked.
In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.
-
Is there any way to specify a text value when either all items or no items are checked? In my case I'm using the CheckcComboBox in a report arguments window, so selecting none is the same as all. What I want is to show the word 'All' by default. If any items are selected, then I'd like it to work as it does and show a comma delimited list of checked items. I have IsSelectAllActive = true in the XAML. I've also tried setting the Text property in the COllectionChanged event. Neither worked.
In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.
There's nothing obvious in the (rather limited) documentation[^]; you might need to raise an issue with them[^]. Or, if you've paid for the "plus" edition, use their "priority support" system. NB: The "free" edition no longer supports commercial use[^]. If you're using it in anything other than a personal or internal-use product, they expect you to pay for it. However, there are a few forks from before the license change which are still properly "free". :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
There's nothing obvious in the (rather limited) documentation[^]; you might need to raise an issue with them[^]. Or, if you've paid for the "plus" edition, use their "priority support" system. NB: The "free" edition no longer supports commercial use[^]. If you're using it in anything other than a personal or internal-use product, they expect you to pay for it. However, there are a few forks from before the license change which are still properly "free". :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Wonderful. Thanks
In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.