We are using XamMultiColumnComboEditor and having properties as AllowMultipleSelection="True" and CheckBoxVisibility="Visible"
As per requirement we need to keep first checkbox item selected and in disable mode so user can not uncheck first item.
Let us know about the same.Please find attached screenshot.
Hello,I'm investigating your scenario. I will need some more time to research and I am going to contact you as soon as possible.
Hello,
I am attaching a sample project that always keeps the first item selected/checked. This is achieved via wiring the XamMultiColumnCombo SelectionChanged event and making the first item selected in the event handler.
I hope this suites your scenario. If you need more help, please let me know.
Regards,
Stefana
Hi,
In the sample that I have provided, the first item is not disabled. Nevertheless the user is not able to uncheck or deselect this item.
If this is not enough, I will try finding another workaround.
Thanks for your suggestion. Instead of disabling item,on selection change make that item as always selected (IsSelected = true) :)
Yes, that is what I actually suggest. But if you still need the item in disable mode, I may try finding another workaround.
I am just checking if you need more help on the issue. If you have any other questions, please feel free to ask!
Its Fine. Thank you.