Completed
Last Updated: 17 Sep 2014 15:04 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI for WinForms
Type: Feature Request
6
Users should be able to use the scrollbars of the container controls at design-time.
Completed
Last Updated: 05 Jun 2014 07:07 by Jesse Dyck
ADMIN
Created by: Peter
Comments: 1
Category: UI for WinForms
Type: Bug Report
1
Html-like parser crash when process <html><a href="mailto:<a href=</a></html> text
Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
The button indicating the RadDropDown draws just a think border on the left-side instead of drawing a thin four-sided border around the arrow.
Completed
Last Updated: 13 Feb 2014 13:18 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
The VSX toolbox configurator fails to open after installing RadControls for WinForms Q3 2010.
Completed
Last Updated: 11 Feb 2014 13:27 by ADMIN
In the VSB set the CommandBarTextBoxElement MinSize property to a value greater than 299 and when you close the Elements property grid you will get an unhadled exception.
Completed
Last Updated: 11 Feb 2014 11:18 by ADMIN
IMPROVE. RadShortcut - having displayed two forms both using the same shortcut for some action, the shortcut is applied to the first opened form instead to the one on focus.
Completed
Last Updated: 21 Aug 2013 07:32 by ADMIN
CAB Enabling Kit - there is no way to show again smartpart that is already closed into RadDockWorkSpace.

Workaround:

         protected override void OnDockWindowClosing(DockWindowCancelEventArgs e)
        {
            if (!notifications[Suspend_Close] && e.NewWindow.Controls.Count > 0)
            {
                this.composer.SetActiveSmartPart(null);
                WorkspaceCancelEventArgs args = new WorkspaceCancelEventArgs(e.NewWindow.Controls[0]);
                OnSmartPartClosing(args);
                e.Cancel = args.Cancel;
                e.NewWindow.CloseAction = DockWindowCloseAction.Hide;
            }
            base.OnDockWindowClosing(e);
        }

        protected virtual void OnActivate(Control smartPart)
        {
            notifications[Suspend_Activated] = true;
            DockWindow dockWindow = GetSmartPart(smartPart);
            if (dockWindow != null && this.ActiveWindow != dockWindow)
            {
                dockWindow.Show();
                this.ActivateWindow(dockWindow);
            }

            notifications[Suspend_Activated] = false;
        }
Completed
Last Updated: 28 Mar 2013 10:43 by ADMIN
Image into LightVisualElement is not thread safe and this may leads to exceptions if you access it from several threads. 

Steps to reproduce:

1.Create form that use theme with images.
2.Open this form several times.
3. Move mouse fast over them until exception occur.
Completed
Last Updated: 18 Jan 2013 10:57 by Jesse Dyck
ADMIN
Created by: Ivan Petrov
Comments: 6
Category: UI for WinForms
Type: Feature Request
5
Add the ability to add custom items to the RadPropertyGrid items collection.
Completed
Last Updated: 18 Jan 2013 04:42 by ADMIN
Application button is overlapping the first tab when the theme is "Office2007Black".
Completed
Last Updated: 11 Dec 2012 04:21 by ADMIN
ADMIN
Created by: Anton
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
FIX.Radbutton -throws exception In design time when add image in ICO format c
Completed
Last Updated: 02 Nov 2012 04:40 by ADMIN
1. Create a project with RadTextBox
2. Compile the project.
3. Highlight an existing multiline RadTextBox
4. Double Click multiline property (sets to false and control reduces to 1 line correctly)
5. Double Click multiline property again (control correctly returned to previous multiline size)
6. Compile - Fails with above error
Completed
Last Updated: 27 Aug 2012 06:06 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
Use the attached application and open its form at design time. Try to change something and to save the changes. Exception will occur.
Completed
Last Updated: 19 Jul 2012 09:18 by ADMIN
The LabelFormat property of the RadChartView axes does not take effect
Completed
Last Updated: 06 Jul 2012 10:01 by ADMIN
1. Create a new project with RadChartView.
2. Add some data in the chart.
3. Add the following code:
new Telerik.WinControls.Themes.DesertTheme();
ThemeResolutionService.ApplicationThemeName = "Desert";
4. Run the project.
Completed
Last Updated: 12 Aug 2011 07:22 by Svetlin
Alow reordering and drag-and-drop of column's group in ColumnGroupsViewDefinition.
Completed
Last Updated: 09 Aug 2011 09:29 by Svetlin
Created by: Svetlin
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
Themes are applied partially to RadSpellChecker's forms.
Completed
Last Updated: 13 Jul 2011 03:35 by ADMIN
ADMIN
Created by: Ivan Petrov
Comments: 0
Category: UI for WinForms
Type: Bug Report
1
If you use HTML-like text formatting and put text in <u></u> tag the spaces between words would not be underlined.
Completed
Last Updated: 09 Mar 2011 10:11 by Svetlin
Exception is thrown, when best fit columns is performed over a column with equal MaxWidth and MinWidth property values.
Completed
Last Updated: 22 Feb 2011 11:30 by ADMIN
If you create a new theme from scratch it will be missing the style sheet relations needed to see the theme runtime.