When I delete text from a C1NumericEdit, I seem to only have 2 options. Either I delete the text (0.90) and the value just reappears or I end up with nothing (if I set EmptyAsNull property to true). If the Custom format on the textbox is set to textbox.CustomFormat = "########0.00";, I would expect to see 0.00 in the textbox if I delete or backspace over the text and then leave the control. How can I do this? It would seem to make sense that there should be a property for this on the control since I could see more developers than not, wanting to do this at some point...but I cannot find it???
Thanks.