Hello,
can somebody give me an example on how to set ie the MarkEditor for a Dutch ZipCode (4 digits, space, 2 Capitals)
And how to set the info which displays when the red triangle (right -upper) displays?
You can use this example:
<
ig:XamMaskedEditor x:Name="mEditor" Height="25" Width="200" Mask="#### >LL" ErrorMessage="Please, specify a ZIP code!" />
If you don't want the mask to be required, try this mask: "9999 >??"
Regards,
Doychin Dochev