Hi,
I am using ultrawinmaskededit control in which i have specified InputMask property as {double:9.4}
and EditAs property as UseSpecifiedMask, now i want to hide the default 4 zeros which are coming after the
decimal place, is it possible to do that?
Never mind. I found another post that suggested using for FormatString. I used ###,###,###.#### and it worked nicely.
Are you saying that there is no way to display a number without trailing zeros? I want the user to have the ability to add a decimal, but not see it if one is not entered. For example:
100 should display as 100, not 100.0000
100.1 should display as 100.1, not 100.1000
Please tell me this is something I can set.
Mark
You cannot hide only the fractional part or only the integral part of the number, but if you set the Value to null, no zeroes will appear.