I see posts from 2008 and 2009 about the masked edit box not supporting null values
(
http://www.telerik.com/community/forums/winforms/maskededitbox/value-cannot-be-set-to-null.aspx)
Is this still true? It is a little misleading to see "0.0000" in a edit box when the real value is null.
In my situation, the mask type is "numeric" and the mask is "n4". The "nulltext" property doesn't seem to have any effect.
Is there any workaround to blanking the edit box when the value is null?