Completed
Last Updated: 07 Jun 2023 10:39 by ADMIN
Release R2 2023 (2023.2.606)
ADMIN
Created by: Stefan
Comments: 1
Category: UI Framework
Type: Feature Request
2
Add heatmap control as in the WPF suite http://www.telerik.com/products/wpf/heatmap.aspx
Completed
Last Updated: 10 May 2022 05:39 by ADMIN
Release R2 2022
Created by: Todor
Comments: 0
Category: UI Framework
Type: Feature Request
5
At the moment, RadCalculatorDropDown allows displaying a calculator only in a popup editor. The new control should allow placing a calculator on a form or a user control.
Completed
Last Updated: 18 Jan 2022 08:24 by ADMIN
Release R1 2022
ADMIN
Created by: Stefan
Comments: 2
Category: UI Framework
Type: Feature Request
9
ADD. NewControl - add TreeMap control
Completed
Last Updated: 18 Jan 2022 08:17 by ADMIN
Release R1 2021
Created by: Sz
Comments: 7
Category: UI Framework
Type: Feature Request
3
Hello,

The Toast Notification is similar than the MessageBox, but not block the UI with an "always on top" dialog and dont have a dialogresult return value. This is only a text message, that shown, and hides after specified second. I can set the text, the background and foreground color, the container control and the alignment of the notification. I use this control to interact with the user, but not disturb his work. 

Example messages:
"The table saved successfully!"
"Refresh done."
etc..

The color can define also the type of the message:
Green -> OK
Red -> Error
Yellow ->Warning
Blue -> Information
...

Thanks!

Best Regards,
László

Completed
Last Updated: 15 Sep 2021 12:20 by ADMIN
Release R3 2021
ADMIN
Created by: Telerik Admin
Comments: 3
Category: UI Framework
Type: Feature Request
1
A free configurable KANBAN-Board.

- Add N columns.
- Add tasks to column.
- Move task by drag and drop between columns.
- Task with header, image, link (or click event)
- Task as expandable container
Completed
Last Updated: 02 Aug 2021 13:46 by ADMIN
Release R2 2020
ADD. Data Validation component, which allows the user to set at design time the validation requirements to sets of controls
Completed
Last Updated: 23 Feb 2021 10:29 by ADMIN
Release R1 2021 SP2
Created by: Massimo
Comments: 0
Category: UI Framework
Type: Feature Request
0

When a RadSvgImage document is modified the cache of raster images needs to be cleared, so the modifications can be visualized.
For example we want to change the following SVG

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
	<defs>
		<style>.cls-1{fill:none;stroke:#228bcb;stroke-miterlimit:5;stroke-width:1.2px;} </style>
	</defs>
	<g id="undoModern16">
		<g id="icon">
			<path class="cls-1" d="M5.61,10.36.82,5.51,5.61.63M9.5,14.5h1.28A4.51,4.51,0,0,0,15.38,10h0a4.52,4.52,0,0,0-4.6-4.5H.82" />
		</g>
	</g>
</svg>

 

Here is how it looks :  

To change the color of this SVG we need to change the stroke color of the path that represents the arrow. First, we need to find the element of type SvgPath and then set its stroke to the desired color. 

RadSvgImage svg = this.buttonUndo.SvgImage;
Svg.SvgPath path = svg.Document.Children.FindSvgElementOf<Svg.SvgPath>();
// set arrow color to gray(51,51,51)
path.Stroke = new Svg.SvgColourServer(System.Drawing.Color.FromArgb(51, 51, 51));
// no API to reset the cache

 

As a workaround we need to reassign the image of button:

// clear the cache of RadSvgImage
this.buttonUndo.SvgImage = null;
this.buttonUndo.SvgImage = svg;

Another possible workaround when working with LightVisualElement and its derivatives is to clear the cache with reflection:

var fi = svg.GetType().GetField("cachedSizesToImages", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance);
     fi.SetValue(svg, new Dictionary<Size, Bitmap>());

Completed
Last Updated: 19 Aug 2020 11:55 by ADMIN
Release R3 2018
Created by: Michael
Comments: 1
Category: UI Framework
Type: Feature Request
1
Add Navigation bar Like the one at the bottom of Outlook 2013 with pop-ups when hovering.
Completed
Last Updated: 20 Jan 2020 06:45 by ADMIN
Release R1 2020
ADMIN
Created by: Nikolay
Comments: 7
Category: UI Framework
Type: Feature Request
17
It will be nice if our WinForms suite provides a touch keyboard (useful in the case of tablets and kiosks).

It will be also good of the keyboard is attached an shown automatically when an editor control gets focus.
Completed
Last Updated: 15 Jan 2020 09:17 by ADMIN
Release R1 2020
Syntax highlighting editor that supports C# and intelisense
Completed
Last Updated: 22 May 2019 06:51 by ADMIN
Release R2 2019
Implement Open Save Dialog, allowing theme customization.
Completed
Last Updated: 15 Mar 2019 21:39 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 6
Category: UI Framework
Type: Feature Request
10
Description: iterate through all the Telerik controls in an application and set a theme to each RadControl at design-time. 

Resolition: Set the RadForm or RadRibbonForm ThemeName, Then right click on it and press "Apply current form's theme to controls." menu 
Completed
Last Updated: 11 Sep 2018 06:50 by Dimitar
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI Framework
Type: Feature Request
1
Is it possible to add a Hamburger Menu to the Telerik UI for WinForms?
like: https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/navigationview
Completed
Last Updated: 16 May 2018 10:34 by ADMIN
ADMIN
Created by: Stefan
Comments: 13
Category: UI Framework
Type: Feature Request
13
This request is for control similar to RadImageEditor in ASP.NET AJAX suite: http://demos.telerik.com/aspnet-ajax/imageeditor/examples/overview/defaultcs.aspx
Completed
Last Updated: 11 Apr 2018 07:40 by Dimitar
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: UI Framework
Type: Feature Request
1
Similar to Material Themes Blending (https://docs.telerik.com/devtools/winforms/tools/visual-style-builder/working-with-visual-style-builder/material-themes-blending) provide an easy way to change the palette for the Fluent themes. 
Completed
Last Updated: 19 Feb 2018 11:46 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 2
Category: UI Framework
Type: Feature Request
3

			
Completed
Last Updated: 22 Dec 2017 14:03 by Marco
ADMIN
Created by: Stefan
Comments: 15
Category: UI Framework
Type: Feature Request
13

			
Completed
Last Updated: 15 Dec 2017 13:31 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Feature Request
19
Should be able to generate industry-standard barcode formats.
Completed
Last Updated: 10 Oct 2017 13:37 by ADMIN
Completed
Last Updated: 15 Jun 2017 11:14 by ADMIN
ADMIN
Created by: Stefan
Comments: 2
Category: UI Framework
Type: Feature Request
4

			
1 2 3 4