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);


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
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

Completed
Last Updated: 01 Sep 2020 12:25 by ADMIN
Release R3 2020
OpenClipboard Failed (Exception from HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN))
Completed
Last Updated: 01 Sep 2020 14:53 by ADMIN
Release R3 2020
Please refer to the attached gif file. The activated editor for the text field shouldn't change the font. 
Completed
Last Updated: 31 Aug 2020 09:15 by ADMIN
Release R3 2020
Created by: Pim
Comments: 1
Category: UI for WinForms
Type: Bug Report
0

Submitted on customer behalf:

 

We are currently using version 2017.3.1017.40 and noticed an issue with the display of the RadSplitButtonElement in combination with the theme Office2010Blue.
When we disable the RadSplitButtonElement, or more precisely the ActionButtonElement in the DropDownEditorLayoutPanel, it does not display as disabled in the Office2010Blue theme.
In other themes (e.g. Office2010Silver) it does show as disabled.

When trying the latest version (2020.2.616.40) we still get this behaviour, see example below:


https://d33v4339jhl8k0.cloudfront.net/inline/50419/5907e3feb16975ce5df4a9aeb2ea75bb0ee7f94e/cc7f4a05be17f1ff60b240da220dea07dcc0fbdd/image002.png

It appears similar to the issue mentioned in https://feedback.telerik.com/winforms/1370576-fix-radcommandbar-some-of-the-elements-in-the-control-are-not-rendered-as-disabled-with-office2010blue-and-office2010black-themes

Completed
Last Updated: 26 Oct 2020 12:41 by ADMIN
Release R3 2020 SP1

If you have two RadGridView controls and you want to export both of the grids to a common file on two different sheets, it is suitable to use FileExportMode.NewSheetInExistingFile. However, when using the export overload to a stream doesn't respect the ExportMode.

Workaround: use exporting to a file:

            string exportFile = @"..\..\exportedData.xlsx";
            GridViewSpreadStreamExport spreadStreamExport = new GridViewSpreadStreamExport(this.radGridView1);
            spreadStreamExport.FileExportMode = FileExportMode.NewSheetInExistingFile;
            spreadStreamExport.ExportVisualSettings = false;
            spreadStreamExport.RunExport(exportFile, new SpreadStreamExportRenderer());

 

Completed
Last Updated: 09 Jun 2020 16:53 by ADMIN
Release R2 2020 SP1

Hi Telerik Team,

 

I tried to copy and past the sourcecode from one of your demo applications (not using the copy source button!). 

Unfortunaly every time I want to copy the "<" character it skips the rest of the line.

The problem occurs on different code examples.

 

I know there is a "Copy source" button but sometimes you just want to copy a small part.

 

A screenshot of an example is attached.

 

Demo Application - Telerik UI for WinForms R2 2020

 

Regards,

Moritz

Completed
Last Updated: 12 Jun 2020 16:02 by ADMIN
Release R2 2020 SP1

Just add an image in the editor and try to click on it

private void radButton1_Click(object sender, EventArgs e)
{
    this.radMarkupDialog1.Editor.Value = @"<img src=C:\Users\admin\Desktop\sample.jpeg />";
    this.radMarkupDialog1.ShowDialog();
}
Completed
Last Updated: 03 Jun 2020 16:31 by ADMIN
Release R2 2020 SP1 (LIB 2020_2_603)

Dear Support,

I want to use the new feature - Support for SVG.

Then I have to load the file with RadSvgImage.FromFile().

I get the following exception:

System.Xml.XmlException: 'External DTD subset cannot be resolved - public ID =' - // W3C // DTD SVG 1.1 // EN ', system ID =' http://www.w3.org/Graphics/ SVG / 1.1 / DTD / svg11.dtd '.'

(Translated from German)

Problem is line 2, where the DTD is given.

Is there a way to tell XmlSerializer to ignore the validation?

Completed
Last Updated: 03 Jun 2020 16:31 by ADMIN
Release R2 2020 SP1 (LIB 2020_2_603)

merging only these assembly still the icons are not visible in Spreadsheet ribbon menu

C:\Program Files (x86)\Microsoft\ILMerge\ILMerge.exe" /allowdup /target:SymphonyMESUtil.exe  /targetplatform:"v4, C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1" /out:Merge\SymphonyMESUtil.exe ^
SymphonyMESUtil.exe ^
Telerik.WinControls.dll ^
Telerik.WinControls.UI.dll ^
TelerikCommon.dll ^
Telerik.WinControls.GridView.dll ^
Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll ^
Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll ^
Telerik.Windows.Documents.Spreadsheet.dll ^
Telerik.WinControls.RadSpreadsheet.dll ^
Telerik.Windows.Documents.Core.dll ^
Telerik.Windows.Documents.Fixed.dll

Completed
Last Updated: 10 Jun 2020 10:19 by ADMIN
Release R2 2020 SP1

Hi,

I have menu problem:

When the Backstage Button Item is clicked and you don't release a left mouse button click but instead mouse is dragged to the right of the form, Backstage Button Item stay selected and can only be returned to default state if you click on it again else its stays blue and locked.

Picture 1.

Left click, hold and drag to the right. This state can be done to all buttons see Picture 2. Focus on "MouseDown" Event is not working.

Picture 2.


 

My question is can this behavior be prevented ?

 

Thanks in advance !

 

Neven

Completed
Last Updated: 27 Apr 2020 07:43 by ADMIN
Release R2 2020
When a cell has DBNull.Value or null, its value is not read by Narrator since it is considered as empty string. In this case, the NullValue property of the column should be considered.