Default style fore Null Value is grey check in XamCheckEditor. How can I change it to show null value as unchecked(false value)?
When XamCheckEditor value is True and IsReadOnly=True, it appears exactly the same way as Null Value(grey check), which is very confusing. How can I change it to Grey background with Black Check instead?
Hello,
I have been looking into your issue and I have modified my sample, so it meets you requirements. I added one additional multiconverter whose purpose is to check IsEnabled and IsReadOnly properties states and apply them on the new style.
I am attaching a sample project that will demonstrate the mentioned behavior. I have added couple of buttons that set different states to the xamCheckEditor programmatically, and also a textbox that monitors the controls Value property. In addition to that I have added one editor with its IsReadOnly property set to true and one with a default behavior without any additional modifications, just for demonstrational purpose.
In case of additional problems on this matter please do not hesitate to ask.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics Inc.
www.infragistics.com/support
It's related to Desktop Theme.
If I use window classic. I see what I saw. If I switch to windows XP, I can see what you see. Too bad our users mostly use windows classic theme.
Why do I see different stlye as you do? how can I see the rectangular shade as you when it is null?
The style and converter look good. I tried to put a trigger when ischecked = null. Did not work. I will try yours. Thanks!