The TimePickerElement of RadTimePicker does not expose any events. However, events are needed if one needs to use this picker as an element, let's say in RadRibbonBar.
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.
If you try to set MaskedEditBoxElement.BackColor to Control, the BackColor of the TextBoxItem will not be changed. However, if you set the BackColor of the MaskedEditBoxElement to Red, the color of the TextBoxItem will be changed as expected.
The TextChanged event of RadDateTimePicker is not fired
It seems that there are differences between Windows XP Korean and the English distributions which cause the OK and Cancel buttons of RadColorDialog to become hidden from view. RadColorDialog should be optimized to support both Windows distributions.
Exception is thrown in RadTextBoxControl when the caret blink time is set to none.
NullReferenceException is thrown in RadAutoCompleteBox, when the form is closed and new items are added to its auto complete data source.
Themes of RadAutoCompleBoxElement cannot be reused when the element is hosted in RadGridView.
When the AcceptReturn of RadTextBoxControl is enabled, the ENTER key is processed by the accept button of the form.
If you click in the view-port of the RadTextBoxControl and then on the vertical scroll bar, you will not be able to scroll vertically.
Symbol characters are process as mnemonics in RadAutoCompleteBox when Italian keyboard is used and non-modifier (Alt or Ctrl) keys are pressed.
NullReferenceException is thrown when the RadSpellChecker component is used in AllAtOnce spell checking mode.
RadDateTimePicker memory leak, when calendar popup is opened more than once.
Currently, RadSpinEditor Value property can not be databound.
Wrong formatted date time when the Custom format is set to ddMMyyyy.
ADD. RadMaskedEditBox - add functionality to get the value of the control without the literals contained or the prompt chars
RadMaskedEditBox does not appear as a choice in the data source list of bound controls.
Until Q3 2012 the position of the check box has been on the left hand side of the control. After Q3 the position of the check box is between the text box and the arrow button. The correct position is on the left hand side.
Steps to reproduce. 1. Add a RadTextBoxControl and a button to a form 2. On the button click set a large text (the text from a 150KB text file) to the Text property of the text box. You will see that the control takes a lot of time to complete the operation.