Completed
Last Updated: 31 Jul 2014 08:11 by ADMIN
IMPROVE. RadSpellChecker - add ability to modify the €œThe spelling check is completed€ text in the message box.
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: 06 Feb 2012 04:17 by ADMIN
IMPROVE. RadTextBox - add option to choose whether the NullText should be wrapped or not, when used in MultiLine text box
COMMENT: This functionality is supported by RadTextBoxControl. Please use it instead.
Completed
Last Updated: 03 Feb 2012 04:04 by ADMIN
FIX. RadDateTimePicker - setting the value to null, should clear the selection
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADD. RadTextBox - there should be a mode whether the undo should bring back the previous word or to work for each character
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: Editors
Type: Feature Request
2
ADD. RadTextBox - add redo functionality
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: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: Editors
Type: Feature Request
0
The RadTextBox control should rise the PreviewKeyDown event.
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: 09 Jun 2014 07:27 by ADMIN
ADD. RadDateTimePicker - add toggle state changed event for the check box
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
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.