ADD. RadSpellChecker - add ability to disable the "Spell checking complete" message box.
FIX. RadMaskedEditBox- black border appears on disabled control with Windows7 theme.
If assign a value using a percent mask the value isn't displayed as it should - assign a value of 0.08 I expect the control to display "8.00 %", instead it displays "0.08 %"
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
In ReadOnle mode no other keys do anything on the document, but the delete key deletes text/images just as it normally works.
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.
RadMaskedEditBox - At design time the NullText is not synchronized with the NullDate property. I was able to Set NullText to "aaa", set the NullDate to 24/02/2012 and set the Value and 24/02/2012 and see after that the NullText
The KeyDown event is not being fired when the user starts entering text in RadSpinEditor. Currently, the developer should subscribe to the KeyDown event of the TextBoxItem
The textbox should increase its size when entering text.
FIX. RadDropDownList- when the form is started the textbox shows the end of the text instead of the begging of it, when the used text is longer than the control length.
FIX. RadDateTimePicker - entering a date before the MinDate displays wrong text
Html formatting does not work as expected in design-time.
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.
Add functionality to be able to pick up the time together with the date and to pick the time only.