Hey!
I want to set an individual MaskInput, because we need to display different types. The problem is that - against the documentation - the MaskInput interprets more that expected.
Based on https://ko.infragistics.com/help/winforms/infragistics.win.ultrawineditors~infragistics.win.ultrawineditors.ultranumericeditor~maskinput all other Literals should be just displayed, but some characters break it. Examples were "A", "C" and more.
What can we do to fix that?
Hello Nico,
Thank you for posting to Infragistics Community!
I have been looking into your question and what I can say is that any literal character has to be escaped in the MaskInput string in order to be displayed, for example:
this.ultraNumericEditor1.MaskInput = "{double:1.3:c} \\A\\B\\C";
which will result in:
If this is not an accurate demonstration of what you are trying to achieve, please, feel free to provide more details, so I can assist you further.
Best regards,Bozhidara PachilovaAssociate Software Developer
Hey Bozhidara!
The escaping worked like a charm! Thanks a lot ;) !
Hi Nico,
I am glad that my suggestion works for you! Thank you for using Infragistics components!
Best regards, Bozhidara Pachilova