Hi,
I have following masked textbox =>
Mask works correctly and allow me to insert either C, D or E, but when the control is loaded, it displayes "C_ ____E" . What attribute should I set to hide those enumeration characters ? I want to display empty control. I tried EmptyMessage, DisplayMask and nothing worked. Maybe I used it wrong way...
And there is also another thing... When those characters are displayed, during gathering the data I get txtFlightNumber.Text = "CE", but user didn't insert any data there... I want to get empty message...
Do you have any idea?
Thanks in advance
Peter
I have following masked textbox =>
<telerik:RadMaskedTextBox id="txtFlightNumber" runat="server" width="70px" SelectionOnFocus="SelectAll" Mask="<C|D|E>L ####<E|F>" />
Mask works correctly and allow me to insert either C, D or E, but when the control is loaded, it displayes "C_ ____E" . What attribute should I set to hide those enumeration characters ? I want to display empty control. I tried EmptyMessage, DisplayMask and nothing worked. Maybe I used it wrong way...
And there is also another thing... When those characters are displayed, during gathering the data I get txtFlightNumber.Text = "CE", but user didn't insert any data there... I want to get empty message...
Do you have any idea?
Thanks in advance
Peter