Using a double value that has a decimal part causes the RangeCritierion (or something) to throw an exception when a ValidationProvider attempts to validate with it. Setting the DataType to Double, and Max to 9999.9999 causes the exception to occur. Changing Max to 9999 allows it to work fine. The documentation says the Max property must be of the same type indicated by the DataType property, which 9999.9999 certainly is. So how are you supposed to specify a Max with a decimal or is this simply not possible?
Imported from legacy forums. Posted by Nick (had 2182 views)