Users should be able to insert the decimal separator character of the current culture by pressing the '.' (dot) char from the numeric pad.
Currently, RadSpinEditor Value property can not be databound.
In certain cases RadSpinEditor.Value property is not updated correctly. This happens, because RadSpinEditor does not lose focus as it is supposed to.
When Mask is n3, MaskType is Numeric and you first type something like 1230.00 and then you try to type '5' between '1' and '2', '5' goes after the zero before the point. So you get 12305.000 as a result, but it should be 15230.000.
When a user selects a known color, the SelectedColor property returns an RGB value instead of the known color. Resolution: The Color.Name, IsNamedColor and IsKnownColor properties are set properly.