I've got a DevExpress TextEdit which is databound to a dataset.
The field is an optional percentage, (datatype double).
When the record gets loaded and there is no value in the field, everything is fine.
However, if you type something into the field (IE 100) and then want to remove it afterwards, I get an Invalid Value, error.
Why does this occur, and how can I remove it?
I do not have any mask or any sort of explicit validation on this field.