This is a migrated thread and some comments may be shown as answers.

Disabled RadMaskedInput background

1 Answer 63 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Chad
Top achievements
Rank 1
Chad asked on 16 Nov 2012, 10:01 PM
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

Sort by
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.

Regards,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Chad
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or