Completed
Last Updated: 06 Sep 2011 05:04 by ADMIN
FIX. RadMaskedEditBox- black border appears on disabled control with Windows7 theme.
Completed
Last Updated: 05 Jun 2014 07:07 by Jesse Dyck
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 %"
Completed
Last Updated: 31 Aug 2011 09:51 by ADMIN
FIX. RadDateTimePicker - setting the TextBoxItem.ReadOnly does not make the editable area read only
Note:
Implemented RadDateTimePicker ReadOnly property
Completed
Last Updated: 31 Aug 2011 03:18 by ADMIN
FIX. RadDateTimePicker throws an exeption, when trying to set the value with ShowUpDown true and previous value = null
Completed
Last Updated: 13 Jun 2014 09:09 by ADMIN
In ReadOnle mode no other keys do anything on the document, but the delete key deletes text/images just as it normally works.
Completed
Last Updated: 24 Aug 2011 02:45 by ADMIN
FIX. RadDateTimePicker - black border appears on disabled control with Windows7 theme.
Completed
Last Updated: 16 Aug 2011 05:32 by ADMIN
RadColorDialog is not localized properly when an instance of it is created after the localization provider is set.
Completed
Last Updated: 12 Aug 2011 09:37 by Svetlin
NullReferenceException is thrown when the RadSpellChecker component is used in AllAtOnce spell checking mode.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
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
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
2
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
Completed
Last Updated: 19 Feb 2015 09:12 by Jesse Dyck
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.
Completed
Last Updated: 22 Jun 2011 04:19 by ADMIN
FIX. RadDateTimePicker - entering a date before the MinDate displays wrong text
Completed
Last Updated: 07 Jun 2011 06:50 by ADMIN
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.
Completed
Last Updated: 03 Jun 2011 04:12 by ADMIN
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.
Completed
Last Updated: 12 May 2011 08:15 by ADMIN
SetToNullValue() does not show NullText when ShowUpDown is true
Completed
Last Updated: 23 Jun 2014 13:33 by Jesse Dyck
ADMIN
Created by: Nikolay
Comments: 1
Category: Editors
Type: Bug Report
0
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.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: Editors
Type: Bug Report
1
RadColorDialog does not work when assemblies has been merged, because RadColorEditor's CreateColorSelectorInstance method has hardcoded search for Telerik.WinControls.UI.dll assembly.
Completed
Last Updated: 08 Feb 2011 07:57 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: Editors
Type: Bug Report
1
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.
Completed
Last Updated: 31 Jan 2011 07:43 by ADMIN
RadMaskEditBox does not apply the mask when the value is pasted from context menu. Same works when the value is pasted with Ctrl+V.
Completed
Last Updated: 11 Feb 2014 11:18 by ADMIN
FIX. RadDateTimePicker - when the NullDate is set for example to DateTime.Now and you clear the value with SetToNullText, then you can not type the value for the current month.