Hi.
I want to set only max length of the XamMaskedEditor the control only 30 chars using mask property only.
<
igDP:FieldSettings.EditorStyle>
<Style TargetType="{x:Type igEditors:XamMaskedEditor}">
<Setter Property="Mask" Value=""/>
</Style>
</igDP:FieldSettings.EditorStyle>
Can any guide me what value of mask property need to set?
Hello,
I am just checking your progress on the issue.
If you require any further assistance please do not hesitate to ask.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your post.
I have been looking through your issue and in order to restrict the metioned Editor’s text length by using mask, you can place the following in your Editor’s declaration:
Mask="{}{char:30:A-Z a-z 0-9}"
More information on masks can be found under the following link:
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamInputs_Masks.html
If you have any further questions, please do not hesitate to ask us again.
Infragistics, Inc.