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.
Thanks for your reply.
But requirement is that while opening Xammulticolumncomboeditor first item should be selected and that item(checkbox) should in disable mode.
So user can not uncheck or deselect first item. Please find attachement for more information
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
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.