Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
UltraNumericEditor exception with masked input
posted

Hi,

I have an ultraNumericEditor with an input mask like this: "9999.9999"

I also have the Appearance set to TextHAlignAsString = "Left"

I have set up these two properties that way in order to keep the text left justified whether in display mode or edit mode. If there is a better way to do this please let me know.

I am running in to an issue when I completely clear the textbox, an "InvalidMaskedEditorValueException" is thrown. I am thinking it has something to do with the decimal in the input mask, but I am not sure how to work around this issue. FYI my numeric type is set to Double as well.

Thanks!

Parents Reply Children
No Data