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

TextInput Validation?

1 Answer 74 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 06 Jun 2012, 08:42 AM
Hi,

i'm using RadControls for WPF Q1 2012 SP1 and the RadMaskedTextInput:
I need a Validation, the Input should look like this:

2009r4n15
2009r4n16
2011r5n16
2012r2n10
...
<telerik:RadMaskedTextInput x:Name="VersionText" Width="Auto" Grid.Row="4" Margin="5" HorizontalAlignment="Stretch" Height="Auto"  Mask="####_##_###" EmptyContent="Version: z.B.: 2008_r4_n10"   UpdateValueEvent="LostFocus" />

Can i add a Validation to this textinput? And how?

Thanks a lotRegards
Rene

1 Answer, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 11 Jun 2012, 06:23 AM
Hi Rene,

 Could you please provide us with more information on what type of validation you want to include? Do you want to validate the whole format of the input or the different sections? Do you need something like a regex validation?

Kind regards,
Alex Fidanov
the Telerik team

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

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
ITA
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Share this question
or