This question is locked. New answers and comments are not allowed.
Hi All,
I am binding the ISEnabled property of a RadMaskedCurrencyInput to a checkbox on the page,
I have also set the Text
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
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