To insert the space between two words spacebar is not working in WebMaskEditor [version Infragistics45.Web.v14.2]
Hi,
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.
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"