Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: Editors
Type: Bug Report
0
RadTimePicker - unable to localize Close button Text using Localization Provider
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
Visual Style Builder is unable to start on computer with Italian regional settings.
Completed
Last Updated: 21 Jun 2012 03:44 by Jesse Dyck
Selection in RadDateTimePicker when the culture is ar-SA is not correct. Further, changing the selected date using the arrow keys does not set the right value.
Completed
Last Updated: 26 Apr 2012 06:12 by ADMIN
Exception is thrown on key press if RadMaskedEditBox has MaskType set to Numeric, Mask to C2, and Value to Null.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
RadDateTimePicker ValueChanging event cannot be canceled with e.Cancel = true;
Completed
Last Updated: 02 Apr 2012 08:30 by ADMIN
FIX. RadSpinEditor - user should not be able to change the value of the control with the arrow keys when in ReadOnly mode
Completed
Last Updated: 10 Sep 2015 14:48 by Metro
When you inherit from RadTextBox and override the OnKeyPress or OnKeyDown, those events are not fired.
Completed
Last Updated: 26 Mar 2012 08:44 by ADMIN
FIX. RadMaskedEditBox - the minus sign is stripped our with ExcludePromptAndLiterals and IncludePrompt formats with currency mask, while it should not.
Completed
Last Updated: 08 Feb 2012 07:11 by ADMIN
To reproduce:
- create a descendant of RadTextBox 
- add RadSpellChecker to the form
- try to check the value of the custom text box
Completed
Last Updated: 03 Feb 2012 04:04 by ADMIN
FIX. RadDateTimePicker - setting the value to null, should clear the selection
Completed
Last Updated: 17 Jan 2012 12:31 by ADMIN
Steps to reproduce:
1. Add a RadDateTimePicker to a form.
2. Set ShowUpDown to true.
3. Set NullDate to be DateTime.Now
4. Set MinValue to DateTime.Now.Date
5. Set MaxValue to DateTime.Now.AddDays(1).AddSeconds(-1)
6. Try to change the value and press tab to save the value. The value will be set to null.
Completed
Last Updated: 10 Jan 2012 09:45 by ADMIN
Steps to reproduce:
1. Add a RadGridView with a browse column to a form
2. Add a new row.
3. Open the editor and type in a value.

After you close the editor you will see that the value is not updated.
Completed
Last Updated: 23 Dec 2011 07:34 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: Editors
Type: Bug Report
2
1. Create a new project and add a button.
2. On its Click event show and dispose RadColorDialog form
3. Run the project and note how memory consumption increases
Completed
Last Updated: 16 Oct 2014 10:05 by Jesse Dyck
ADMIN
Created by: Nikolay
Comments: 1
Category: Editors
Type: Bug Report
1
Despite the fact that the elements of RadTextBox have ToolTipText and AutoToolTip properties, one can't set the tooltip at design-time. We should consider whether we should continue using these properties or introduce a new method to allow for setting tooltips at design-time.

Resolution:
Open 'Edit UI elements' and set the Tooltip property of RadTextBoxItem 
Completed
Last Updated: 06 Dec 2011 06:39 by ADMIN
To reproduce:
1. Drag RadColorDialog to a form
2. Set the SelectedColor and Show the form
3. Close the form, set another SelectedColor and Show the form again.
4. The result is that the circle position is wrong and the values in the editors are wrong.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
if user sets the RadDateTimePicker.Checked property to False in the Form load, the editor appears as enabled and user is allowed to make changes.
Completed
Last Updated: 23 Nov 2011 12:34 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: Editors
Type: Bug Report
0
1. Create a new project
2. Add a button and on this button start a new form containing RadMarkupEditor
3. Open and close this form several times
Completed
Last Updated: 21 Oct 2011 04:05 by ADMIN
FIX. RadSpinEditor's Text property should act the same way as the Text property of the element
Completed
Last Updated: 21 Oct 2011 04:04 by ADMIN
FIX. RadSpinEditor - TextChanged of the control is not fired. Should fire in the same cases as the TextChanged event of the element.
Completed
Last Updated: 28 Jan 2016 16:31 by ADMIN
According to MSDN controls should not change the focus when handling the Enter event