Hi,
Is there a way to set a InputMask or maximum\Minimum value to the UltraCalculator? I'm assigning the UltraCalculator DisplayValue property into an Editor that has a mask so I would like to have some constraints on the UltraCalculator control.
Thanks.
iftach said:I'm assigning the UltraCalculator DisplayValue property into an Editor
I'm not sure what this means. But I don't think there are any limits on the UltraCalculator itself. It certainly oes not do any masking.
Regarding a Min/MaxValue, I'm not sure how that would work. Like what if the user enters a calculation and the result is greater than your max value? What would happen? Raise an error?
Raise an error is a good option,
for now i'll raise it myself...