(Urgent) MaskedEditBox probleme

Hello
i have a MaskedEditBox with the following mask : ## - ? - #####

when the user enter for example : 6(space)- N - 87899, i insert the string to the db, when i reopen the form that contain the maskedtextbox with the value "6 - N - 87899" i get "68 - - " in my maskedtextbox, could you please tell me the mask for
{one or two chars(numbers)} - ? - many chars


Thanks in advance

1 Reply

PJ Poly J Syncfusion Team March 13, 2007 11:38 AM UTC

Hi,

The present architecture is not support the null value as data entry in MaskEditBox.
I have tested the issue you have reported. It is working as expected when using '/' character instead of '-' since the the previous one is defined as a date seperator in MaskEditBox.

Regards,
Poly

Loader.
Up arrow icon