Completed
Last Updated: 30 Nov 2012 03:11 by ADMIN
1. Create a new project and add RadBrowseEditor.
2. Run the project.
3. Select some folder in the editor.
4. Try to click with the mouse somewhere inside the editor.
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
Double click on item from auto-complete drop down appends the item twice in RadAutoCompleteBox.
Completed
Last Updated: 07 Oct 2014 08:53 by ADMIN
Current behavior:
With decimal places = 2
2.225 is round to 2.22
the proper behavior would be 2.225 to be round to 2.23
Completed
Last Updated: 16 Jun 2014 11:41 by Jesse Dyck
RadMaskedEditBox/RadDateTimePicker/RadTimePicker does not support milliseconds editing.
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
Unable to write DateTimePicker/RadMaskedEditBox day part when Culture is set to "tr-TR"
Completed
Last Updated: 13 Nov 2012 04:10 by ADMIN
ADMIN
Created by: Boryana
Comments: 0
Category: Editors
Type: Bug Report
1
Setting the ActiveMode property does not change the initially selected tab of the RadColorDialog.
Completed
Last Updated: 13 Nov 2012 04:08 by ADMIN
RadColorDialog ignores some of the values provided in the overridden GetLocalizedString method. These are for example the tabs of the RadPageView.
Completed
Last Updated: 03 Dec 2014 12:04 by Svetlin
Created by: Svetlin
Comments: 0
Category: Editors
Type: Feature Request
1
Add IME support to RadTextBoxControl and RadAutoCompleteBox.
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 Nov 2012 03:50 by ADMIN
When the Office2007Black theme is used, the items in the dialog's page view are not visible. 

Workaround: set the form's BackColor:
((RadColorDialogForm)radColorDialog1.ColorDialogForm).BackColor = Color.FromArgb(103, 103, 103);
Completed
Last Updated: 05 Nov 2012 01:37 by ADMIN
RadAutoCompleteBox - Items collection ordered by input, not alphabetically
Completed
Last Updated: 13 Jul 2016 14:25 by ADMIN
RadMaskedEditBox is not able to edit the value when MaskType is set to Numeric, Mask to percentage and CultureInfo NumberFormat CurrencyGroupSeparator is set to "."

Workaround:
CultureInfo ci = new CultureInfo(Thread.CurrentThread.CurrentCulture.LCID, false); //do not use user settings
 
Thread.CurrentThread.CurrentCulture = ci;
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:07 by ADMIN
RadDateTimePicker/RadDateTimePickerElement should display empty text if the Value property is set to null.
Completed
Last Updated: 11 Dec 2015 13:46 by ADMIN
If you put RadTextBox on a form, set its Anchor to Bottom \ Left and you show the form using the following code:
            RadForm1 rf = new RadForm1();
            rf.MdiParent = this;
            rf.WindowState = FormWindowState.Maximized;
            
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: Editors
Type: Feature Request
6
IMPROVE. RadTextBoxControl - add right to left support
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:07 by ADMIN
It's not possible to set using code not UI the RadTimePicker.Value when RadTimePicker.ReadOnly = true
Completed
Last Updated: 05 Jun 2014 07:08 by Svetlin
Inserting @ symbol fails when french culture is used in RadTextBoxControl
Completed
Last Updated: 09 Jul 2014 08:59 by Svetlin
The last caret position in RadTextBoxControl is not aligned to the end of the text due to wrong text measurement.

On Win XP machine add RadTextBoxControl (Multiline=true) and start typing a very long text with no blank space between letters. As a result the caret is taken away from the last letter and if you use left arrow to return it back, the caret is positioned in the middle of the letter.