To insert the space between two words spacebar is not working in WebMaskEditor [version Infragistics45.Web.v14.2]
Hi,
I'm just following up to see if the suggested helped or if you need further assistance on the matter.
"A" in in the input mask is only for letters and digits, so spacebar expectedly is not a valid symbol for this mask. I suggest that you use the default inout-mask, which is "CCCCCCCCCCCC".
More information on input maks flags can be found at http://help.infragistics.com/Help/Doc/ASPNET/2015.1/CLR4.0/html/Infragistics4.Web.v15.1~Infragistics.Web.UI.EditorControls.WebMaskEditor~InputMask.html
Please let me know if you have further questions on the matter,
I need space between in FirstName e.g. XYZ PQR with spacebar
apsx
<ig:WebMaskEditor ID="mskFirstName" runat="server" Width="115px" >
</ig:WebMaskEditor>
aspx.cs Me.mskFirstName.InputMask = "AAAAAAAAAAAAAA"
Thank you for posting in the Infragistics community !
Spacebar is a forbidden character for some Input Maks, for example InputMask="000-00-0000" will not allow you to enter spacebar in the editor. Please share your WebMaskEditor configuration and more detailed info to explain the nature of the issue. Looking forward to hearing from you.