This question is locked. New answers and comments are not allowed.
Hello,
I use
when first time i clicked on the validation error I got empty text in ValidationTooltip. Error text becomes normal when I lost focus from browser(alt+tab or Ctrl+Esc or again clicked validation error).
ValidationTooltip and RadMaskedNumericInput have default styles.
Telerik.Windows.Controls version: 2013.1.403.1050
Any ideas how to fix it?
I use
<telerik:RadMaskedNumericInput x:Name="tbNumberOfPeriods" Grid.Row="1" Grid.Column="3" Width="40" Value="{Binding Path=CustomCalendar.NumberOfPeriods, Mode=TwoWay, ElementName=customCalendarControl, UpdateSourceTrigger=PropertyChanged, NotifyOnValidationError=True, ValidatesOnExceptions=True}" ErrorMessage="{Binding Path=Text, ElementName=customErrorMessage}" AutoFillNumberGroupSeparators="False" TextMode="MaskedText" Mask="#2.0" IsClearButtonVisible="False" AutoFillZeros="False" TabIndex="2" IsLastPositionEditable="False" />ValidationTooltip and RadMaskedNumericInput have default styles.
Telerik.Windows.Controls version: 2013.1.403.1050
Any ideas how to fix it?
