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

IsEnabled Format Changing

4 Answers 53 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Daniel Wood
Top achievements
Rank 1
Daniel Wood asked on 16 Jan 2012, 04:21 PM
Hi All,
I am binding the ISEnabled property of a RadMaskedCurrencyInput to a checkbox on the page,
I have also set the Text
<CheckBox Content="12 Monthly Payments" IsChecked="{Binding TwelveMonthlyAllowed, Mode=TwoWay}"  />
      <telerik:RadMaskedCurrencyInput TextMode="PlainText"  Grid.Column="3"  IsClearButtonVisible="False"  IsEnabled="{Binding TwelveMonthlyAllowed}"   Grid.Row="5" Width="80"  Value="{Binding TwelveMonthlyAmout, Mode=TwoWay}"/>

When I first load the page the textmode is fine showing plain text but if i disable the box by clicking the Check box it switches the text mode back to masked text

I am on version 2011.3.1220.1040

4 Answers, 1 is accepted

Sort by
0
Daniel Wood
Top achievements
Rank 1
answered on 16 Jan 2012, 04:25 PM
More info,
just tried setting the property TextMode in the isEnabledchanged and the TextMode property does not change whether it is disabled or not but the layour does
0
hvduc
Top achievements
Rank 1
answered on 19 Jan 2012, 05:20 AM
Hi Telerik,
I also meet this error in my project.
All my form is set disabled when saving and set enabled again when save complete so this error is very annoying.
Can you fix this error ASAP?
0
Tina Stancheva
Telerik team
answered on 19 Jan 2012, 12:29 PM
Hi guys,

Unfortunately this is a known issue in the control. At the moment the disabled state of the MaskedInput controls affects the way the controls' input is rendered. You can track the progress of this PITS item, in which description I've added your scenario. We will address the issues as soon as possible and a fix will be available with the upcoming official Q1 2012 release.

Please accept our apology for this inconvenience.

Greetings,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Vladislav
Telerik team
answered on 29 Feb 2012, 12:40 PM
Hello guys,

We want to inform you that this issue is fixed in our latest official 2012 Q1 release.
It will be great if you can give it a try and let us know if it works for you.

On a separate note, I'd like to let you know that there are 5 brand new controls that we included in this release:
- Diagrams (Beta)
- GanttView (CTP)
- TimeLine
- ListBox (Beta)
- DataBar
When you have time, you can give them a try as we will highly appreciate your feedback.


Greetings,
Vladislav
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Daniel Wood
Top achievements
Rank 1
Answers by
Daniel Wood
Top achievements
Rank 1
hvduc
Top achievements
Rank 1
Tina Stancheva
Telerik team
Vladislav
Telerik team
Share this question
or