Hi,
Is there a way to prevent the user from entering more decimal places than specified in the decimal digits setting?
There was another forum post asking something similar about the control automatically adjusting the value when the user enters something out of range. Setting AllowOutOfRangeAutoCorrect="false" worked great to address the out of range problem. Is there something along the lines of AllowRoundingAutoCorrect="false"?
If I set the Type="currency" and NumberFormat-DecimalDigits=2, then I would like the control to display the same sort of validation error as it does for an out of range entry. Is that possible maybe with javascript?
And note...the default behavior for any control should NEVER be to just automatically change what the user enters to a valid value.
Thanks,
Is there a way to prevent the user from entering more decimal places than specified in the decimal digits setting?
There was another forum post asking something similar about the control automatically adjusting the value when the user enters something out of range. Setting AllowOutOfRangeAutoCorrect="false" worked great to address the out of range problem. Is there something along the lines of AllowRoundingAutoCorrect="false"?
If I set the Type="currency" and NumberFormat-DecimalDigits=2, then I would like the control to display the same sort of validation error as it does for an out of range entry. Is that possible maybe with javascript?
And note...the default behavior for any control should NEVER be to just automatically change what the user enters to a valid value.
Thanks,