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
140
Wingrid column style
posted

User should be able to enter numbers with 4 decimal places. But when they tab out, it should not show the trailing zeros.

That is Mask input is set as "{double:10.4}". If I enter 12.3000 and then tab, it should just show 12.3.

I set the style and maskinput. Is there a way to accomplish this?