When we set IsEnabled="False" on a MaskedInput control, the background stays white. Other controls using the same theme (Windows 7) turn to a gray. Is this something I can address without creating a new template?
Thanks!
1 Answer, 1 is accepted
0
Pavel R. Pavlov
Telerik team
answered on 21 Nov 2012, 07:32 AM
Hello Chad,
This is expected color by design and if you want to change it you have several options to do so. One is with editing the default style, other is setting the background explicitly - in XAML or in code behind. You can also bind the Background property to the IsEnabled property and use a converter. Please let us know if this is suitable for you.