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.
Its Fine. Thank you.
Hi,
I am just checking if you need more help on the issue. If you have any other questions, please feel free to ask!
Regards,
Stefana
Yes, that is what I actually suggest. But if you still need the item in disable mode, I may try finding another workaround.
Thanks for your suggestion. Instead of disabling item,on selection change make that item as always selected (IsSelected = true) :)
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.