Hi,
i have a question about the PromtChar in XamMaskedEditors.
Is it possible to completely disable the promtchar?
With best regards from Germany
Christian
Christian,
You can specify different symbol for the PromptChar as well as an empty space :
<igEditors:XamMaskedEditor PromptChar=" "/>
Let me know if this is what you are looking for?
I too have this issue and I would like to completely remove it. If you set it to a space, it's awkward as the cursor then ends up in the middle of the editor with a lone zero off to the right. I don't see how to clear it out completely.
Is there any way to get a numeric editor to just act like a textbox? OR optionally also a right to left textbox?