FIX. RadMaskedEditBox - when the mask type is set to IP the value is not set correctly.
When the IP is set like this:
this.radMaskedEditBox1.Value = "89.111.222.123";
the value in the box is not correct:
891.112.221.23
In addition the user should be able to insert digits not just replace them.