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
240
MaskInput Issues
posted

I'm using the UltraMaskedEdit control.  I need it to behave as the UltraGrid does when it is bound to an object with a property of type nullable double.  In this scenario the user can enter whatever number they would like with however many decimal places provided its convertable to a double data type.

I cant find the correct settings to make the UtraMaskEdit behave the same way.  I'm aware of the EditAs property and have tried various different combinations.  I can't use a input mask because if I do then naturally they are still restricted to that.  I just need a way to allow the user to enter whatever they would like provided it can be converted to a nullable double.  The EditAs = Double for some reason automatically assumes that I have 2 decimal places.  That seems incorrect to assume.