Unplanned
Last Updated: 19 Aug 2024 09:59 by ADMIN
We should enable the out-of-process designer in .NET Framework projects so that old third party 32-bit and ActiveX/COM controls can be loaded inside Visual Studio 2022.
Unplanned
Last Updated: 01 Aug 2024 15:38 by Monique
Created by: Nadya
Comments: 1
Category: UI for WinForms
Type: Feature Request
1
A tool for selecting a range of dates.
Unplanned
Last Updated: 11 Sep 2024 12:43 by ADMIN
Created by: Nadya
Comments: 0
Category: UI for WinForms
Type: Feature Request
1
Control for uploading files to storage.
Unplanned
Last Updated: 04 Oct 2024 10:02 by Alexey
Created by: Alexey
Comments: 0
Category: UI for WinForms
Type: Feature Request
1
Improve keyboard accessibility in RadGridView.
Declined
Last Updated: 22 Nov 2024 08:54 by ADMIN

Hi, all. I am using the example you guys provide in your website and you can get from here: https://www.telerik.com/blogs/winforms-scaling-at-large-dpi-settings-is-it-even-possible-#example

As you can see in the image, I open the form in my main screen with Scale 100%. I have a second screen running in 150%. When I grab the form near to the left edge side of it, it resizes in one way, what I believe that is the correct way. However, if you grab the form near to right edge side, near the minimize, maximize and close button, it resizes differently. We have several users using our application and we are not able to fix this scalling issue, even in your own example. Could you guys have a look at it and prioritize? This kind of issue has been around for a long time without a final resolution. if not possible, let us know that we will have to decide move to another development tool.

Telerik version: 2024.2.514

Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: UI for WinForms
Type: Feature Request
0
It will be nice if one can add his custom sub menu items at design-time through the 'Add new item' menu. This was supported in the past, but the support was removed together with the introduced design-time optimizations.
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: 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: 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: 18 Jan 2013 04:42 by ADMIN
Application button is overlapping the first tab when the theme is "Office2007Black".
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: 19 Aug 2008 15:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
When the Visual Style Builder is opened from the Smart Tag menu, VS loses focus. If you open it and close it after that you will see that the focus is not in the Visual Studio anymore.
Completed
Last Updated: 09 Jan 2009 10:44 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for WinForms
Type: Bug Report
0
Implement VSB Wireframes, design, UX
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: 09 Jan 2009 10:45 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for WinForms
Type: Feature Request
0
As a <role> I want <ability> so that <benefit>.
Declined
Last Updated: 20 Feb 2014 09:48 by ADMIN
Steps to reproduce:
1. Paste image in the editor
2. Press enter (the image is pasted again everytime Enter is pressed)

This is not issue in the control. It is cased by the test application. The focus remains on the paste button and for this reason the image is pasted when enter is pressed.
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: 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: 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.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
One should be able to persist to a file all changes made when using the element hierarchy editor at design time.