Completed
Last Updated: 23 Dec 2020 16:08 by ADMIN
Release R1 2021
Only the theme components which are dragged and dropped onto the form should be listed in the ThemeNameEditor. Currently themes added on other forms are also available which is incorrect because at run-time this theme may not be instantiated at all.
Unplanned
Last Updated: 11 Dec 2020 10:12 by ADMIN

It would be good to offer default localization providers for some languages like German, Spanish, French, etc.

It is possible to use the following site that Microsoft provides for this purpose: https://www.microsoft.com/en-us/language 

Completed
Last Updated: 15 Dec 2020 09:25 by ADMIN
Release R1 2021 (LIB 2020.3.1215)
Here is what I did. I  created a new Class Library in VB. I opened the project and deleted that class. Next I added a COM Class. I copied your form to this project. I added a windows form. I added some code to open either a message box, the Windows Form or the Telerik form.

I created a BATCH file to copy the components to the local C drive and register the components (you will need to modify the paths for your environment).

I created an Excel sheet, added 3 buttons and 3 Macros so you could test each scenario. Unfortunately I cannot get my Excel sheet to run. I get a Microsoft error about licensing. I hope you have better luck. I do not use Excel very often. I am not sure if the License error I receive is Microsoft error or a Telerik error.
Completed
Last Updated: 23 Dec 2020 16:09 by ADMIN
Release R1 2021

When you are using interactive forms in RadPdfViewer, 

https://docs.telerik.com/devtools/winforms/controls/pdfviewer/features/interactive-forms , the editor's font is too big on >100% DPI scaling:

100% looks OK:

 

Completed
Last Updated: 15 Dec 2020 09:20 by ADMIN
Release R1 2021 (LIB 2020.3.1215)

Clicking on a tab item in the design surface should select the tab. The animation demonstrates the current behavior:

Completed
Last Updated: 15 Dec 2020 13:33 by ADMIN
Release R1 2021
Created by: Vishal
Comments: 0
Category: UI for WinForms
Type: Feature Request
1

Add an opportunity to use custom fonts in Html-like text formatting.

Example:

this.radTreeView1.Nodes.Add("<html><font="Roboto Medium">Node Strike</font></html>");

 

Completed
Last Updated: 19 May 2021 08:10 by ADMIN
Release R1 2021 SP2
Completed
Last Updated: 11 Oct 2023 10:09 by ADMIN
Release R3 2023
Created by: Stoyan
Comments: 4
Category: UI for WinForms
Type: Feature Request
4
A control that can be used to display an icon in the Windows taskbar notification area.
Completed
Last Updated: 19 May 2022 14:24 by ADMIN
Release R2 2022 SP1
Created by: Stoyan
Comments: 0
Category: UI for WinForms
Type: Bug Report
1

The solution in this KB article is used: https://docs.telerik.com/devtools/winforms/knowledge-base/clickonce-application-is-broken 

Follow the steps:

1. Set your main monitor to be with higher than 100% DPI scaling (e.g. 175%, 200%)

2. Set the secondary monitor with 100% DPI scaling.

3. Run the exe from the project on the secondary monitor with 100% DPI scaling. You will notice that all controls that host the standard MS TextBox are incorrectly scaled:

 

Completed
Last Updated: 30 Oct 2020 17:06 by ADMIN
Release R1 2021 (LIB 2020.3.1102)

How to reproduce: Make sure that the StartDate of the current view is not the first day of the week. Change the view to timeline and set the time scale to be Weeks:

this.radScheduler1.ActiveViewType = SchedulerViewType.Timeline;
SchedulerTimelineView view = this.radScheduler1.GetTimelineView();
view.ShowTimescale(Timescales.Weeks);


Duplicated
Last Updated: 16 Feb 2024 19:54 by ADMIN

See attached screenshot. The popup calendar looks wrong when running on a display with 250% scaling. Surely, that's not correct. The calendar should not be so large and the fonts so small. Am I missing something? I have done all the other steps to enable High DPI support, and as you can see, the textbox area seems to scale fine.

Any ideas?

David

Completed
Last Updated: 07 Oct 2020 15:54 by ADMIN
Release R3 2020 SP1

Run the application at 150% and maximize the form. You will notice that with R3 2020 the split container overlaps with the status strip at the bottom:

Workaround: instead of setting the Anchor property to all sides, set the Dock property to Fill.

Completed
Last Updated: 07 Oct 2020 11:46 by ADMIN
Release R3 2020 SP1 (LIB 2020.3.1007)

To reproduce:
1. Add an image column and set wider columns than the images.
2. Group the grid(note that by default the image alignment is center).
3. Export using GridViewSpreadExport
4. The images in the exported file are not centered in the cells.
Note that the issue is not reproducible when there are not groups in the grid. 

 
Completed
Last Updated: 08 Oct 2020 11:48 by ADMIN
Release R3 2020 SP1
Duplicated
Last Updated: 17 Feb 2021 08:09 by ADMIN
Created by: Pierre
Comments: 0
Category: UI for WinForms
Type: Feature Request
0
Add support in HTML like text formatting for subscript and superscript text.
Completed
Last Updated: 02 Feb 2023 09:38 by ADMIN
Release R1 2023
Completed
Last Updated: 31 Aug 2020 12:02 by ADMIN
Release R3 2020
Created by: ASM
Comments: 1
Category: UI for WinForms
Type: Bug Report
0

Hello,

Just in case you weren't aware of it, there is some code in RadTextBoxControlElement with what seems like an obvious typo, openting instead of opening.
This is from its API page:

protected bool OnContextMenuOpenting(RadContextMenu menu)
...
OnContextMenuOpenting(TreeBoxContextMenuOpeningEventArgs)
...
Raises the ContextMenuOpenting event.
...
protected virtual void OnContextMenuOpenting(TreeBoxContextMenuOpeningEventArgs e)

Regards

Unplanned
Last Updated: 26 Aug 2020 09:01 by ADMIN
Created by: Sunny
Comments: 1
Category: UI for WinForms
Type: Bug Report
1

I'm trying to initialize RadControlSpyForm in a .NET 2.0 application and it throws the following exception:

System.InvalidCastException: 'Unable to cast object of type 'System.Windows.Forms.SplitContainer' to type 'System.ComponentModel.ISupportInitialize'.

I did some research, and I found that since SplitContainer doesn't inherit from System.ComponentModel.ISupportInitialize until .NET 4.0, this message shows up in solutions where a project is downgraded from .NET 4.0, but the Form designer isn't regenerated to remove the SplitContainer cast to ISupportInitialize to call BeginInit() and EndInit().

 

Duplicated
Last Updated: 26 Aug 2020 14:01 by ADMIN
Created by: Matt
Comments: 7
Category: UI for WinForms
Type: Bug Report
0

Hi,

I am trialing version 2020.2.504.40 from 2017.1.221.40 and have found an issue converting my current project. Before upgrading I need to get this resolved if you could help please?

If you:

  • Add a Telerik form to a new WinForms project
  • Set FormBorderStyle = Windows.Forms.FormBorderStyle.None
  • Set WindowState = FormWindowState.Maximized
  • Show the height and width of the form, i.e. in Me.Resize, put Me.Text = "Width: " & Me.Width & ", Height: " & Me.Height

I have a monitor of 1920x1080. When the form is resized it shows a size of 1934x1094. I have tried setting Me.AllowTheming=False (no avail) and also tried in form Properties > FormBehaviour > AllowTheming=False (but to no avail).

The form size works as expected in 2017.1.221.40.

Kind regards,

Matt

Unplanned
Last Updated: 24 Aug 2020 07:46 by ADMIN
Provide support for inserting a Spreadsheet control as in  MS Word.