This question is locked. New answers and comments are not allowed.
<telerik:RadMaskedTextInput x:Name="rmeSolicitationNumber" Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="19,39,0,0" Width="200" Mask="SPAAAA-AA-A-AAAA" Text="{Binding SolicitationNumber, Mode=TwoWay, NotifyOnValidationError=True, ValidatesOnNotifyDataErrors=False, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" Style="{StaticResource RadMaskedTextBoxStyle}" SelectionOnFocus="SelectAll" TextMode="MaskedText" InputBehavior="Replace" />The display of the value coming back from the database is the issue. Please help me see what I'm doing wrong.
Thanks!
-Mike