RadMaskedEditBox does not appear as a choice in the data source list of bound controls.
FIX. RadMaskedEditBox- black border appears on disabled control with Windows7 theme.
ADD. RadDateTimePicker - add ability to determine the increment/decrement step when Format = Time
FIX. RadDateTimePicker - setting the TextBoxItem.ReadOnly does not make the editable area read only Note: Implemented RadDateTimePicker ReadOnly property
FIX. RadDateTimePicker throws an exeption, when trying to set the value with ShowUpDown true and previous value = null
FIX. RadDateTimePicker - black border appears on disabled control with Windows7 theme.
RadColorDialog is not localized properly when an instance of it is created after the localization provider is set.
Make the Title of RadColorDialog accessible in the ColorDialogLocalizationProvider class
NullReferenceException is thrown when the RadSpellChecker component is used in AllAtOnce spell checking mode.
FIX. RadDateTimePicker - entering a date before the MinDate displays wrong text
FIX. RadDateTimePicker - setting an invalid year with the default format causes the control Text remain with invalid value. At the same time the value of the control is valid.
FIX. RadMarkUpEditor does not keep the formatting when IE9 is installed - opening the dialog, formatting the text and switching to html view removes all formatting.
SetToNullValue() does not show NullText when ShowUpDown is true
RadMaskEditBox - When MaskType is Numeric and Mask is currency ("C") pasting a value (9.99) results in 09.99.00
When MaskType is Numeric and Mask is currency ("C") selecting the last two digits and trying to enter value for them results in moving the caret at the end of the last digit right after entering the first number.
RadMaskEditBox does not apply the mask when the value is pasted from context menu. Same works when the value is pasted with Ctrl+V.
RadDateTimePicker - allow entering date, month and year without using space key to navigate between the date, month and the year, just like in RadMaskedEditBox
This behavior appears when the MaskType property if set to Numeric.
Add a functionality that allows the user to disable the spin editor like behavior when the MaskType is setting to Numeric.
Click the scroll bar in the Color Dialog web page closes the dialog.