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
585
UltraNumericEditor with MaskInput: fraction seems to cut off after 20
posted

Hi,

with Infragistics 20.1.104, given an SQL datatype like `numeric(23, 20)`, I'd like to use MaskInput to show an appropriate placeholder.

If I set it to `{LOC}-{double:3.20}`, though, the entire fractional portion gets set to a series of zeroes.

If I set it to `{LOC}-{double:3.19}`, this doesn't seem to occur.

So I think I'm running into some kind of internal limit?

Parents Reply Children
No Data