Completed
Last Updated: 27 Oct 2014 08:23 by ADMIN
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.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
0
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.
Declined
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
0
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. 
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
0
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.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Editors
Type: Bug Report
0
The TextChanged event of RadDateTimePicker is not fired
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: 03 Dec 2015 10:53 by Svetlin
Exception is thrown in RadTextBoxControl when the caret blink time is set to none.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
NullReferenceException is thrown in RadAutoCompleteBox, when the form is closed and new items are added to its auto complete data source.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
Themes of RadAutoCompleBoxElement cannot be reused when the element is hosted in RadGridView.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
When the AcceptReturn of RadTextBoxControl is enabled, the ENTER key is processed by the accept button of the form.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
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.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
Symbol characters are process as mnemonics in RadAutoCompleteBox when Italian keyboard is used and non-modifier (Alt or Ctrl) keys are pressed.
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: 13 Feb 2014 09:31 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: Editors
Type: Bug Report
0
RadDateTimePicker memory leak, when calendar popup is opened more than once.
Completed
Last Updated: 03 Feb 2010 09:42 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: Editors
Type: Bug Report
0
Currently, RadSpinEditor Value property can not be databound.
Completed
Last Updated: 02 Apr 2010 03:55 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: Editors
Type: Bug Report
0
Wrong formatted date time when the Custom format is set to ddMMyyyy.
Completed
Last Updated: 26 Sep 2011 07:00 by ADMIN
ADD. RadMaskedEditBox - add functionality to get the value of the control without the literals contained or the prompt chars
Completed
Last Updated: 22 Sep 2011 02:27 by ADMIN
RadMaskedEditBox does not appear as a choice in the data source list of bound controls.
Completed
Last Updated: 09 May 2013 03:48 by ADMIN
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.
Completed
Last Updated: 27 Dec 2016 14:36 by ADMIN
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.