Completed
Last Updated: 18 Mar 2016 09:11 by ADMIN
Declined
Last Updated: 01 Jun 2016 11:57 by ADMIN
Created by: abigail
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Hi! would you consider add a new control for time line for add events in a timeline something like this
https://timeline.codeplex.com/
Completed
Last Updated: 23 Feb 2016 11:18 by ADMIN
Completed
Last Updated: 31 Mar 2016 15:36 by ADMIN
ADMIN
Created by: Kostadin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2

			
Completed
Last Updated: 07 Dec 2020 16:44 by ADMIN
Created by: Donald
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
When the Navigation control collapses into the hamburger menu keep the hover to expand the menu items functionality.
Completed
Last Updated: 11 Jun 2021 14:30 by ADMIN
As we can find in telerik documentations, there are various controls properties that can be set from web.config. Like skin, render mode, etc.
It is done with a list of keys under <appSettings> section in the web.config. See link below.
https://docs.telerik.com/devtools/aspnet-ajax/general-information/web-config-settings-overview#control-properties-you-can-set-from-the-webconfig

My sugestion is to add in this list the localization path property. So we can centralize the resources files location for big projects, like a web site under IIS with many webapplication under one site.
Unplanned
Last Updated: 02 Jan 2020 16:53 by ADMIN
Created by: Etra
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Is it possible to show only year options using MonthYearPicker? I would like to show a YearPicker.
Completed
Last Updated: 11 Apr 2019 08:13 by ADMIN

I have a problem with the deletecommand of the asp.net radgrid control (Telerik.Web.UI 2019.1.215.40).

This happens only in the latest release of Chrome.

I hope you can replicate this issue and eventually fix it. 

Completed
Last Updated: 31 May 2021 15:45 by ADMIN
Please add the new (Core) features for Drawer, PDF Viewer, Adaptive Grid and Adaptive Scheduler to the  ASP.NET AJAX controls.  Thanks.
Completed
Last Updated: 19 Jun 2021 18:22 by Steve
Release R3 2021
Everything was working well until I upgraded to the latest assemblies (2021.2.616).  Now some pages that utilize the Editor are showing the following client-side error:

"Error while executing filter StripDomEventAttributesFilter - RangeError: Maximum call stack size exceeded"

Once the error occurs, the only way to fix it is to refresh the page.
Declined
Last Updated: 18 Apr 2022 14:22 by ADMIN
Created by: Fawad
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
2
It would be useful to add a functionality to existing Input control or create a new control which will allow users to use touch screen pen to write text. The control should automatically convert the handwriting into simple string text (NOT Image) using OCR or something else.
Unplanned
Last Updated: 26 Jul 2021 10:44 by ADMIN
Created by: Jason
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

Telerik,

Respectfully recommending a guide feature for new users for our Application (Something similar to what this website does https://shepherdjs.dev/) Users can essentially step through controls we have on the page and we have a small verbiage/info for them that is easily digestible. 

Would help tremendously on onboarding new users and documenting new features. 

Unplanned
Last Updated: 28 Mar 2023 08:19 by ADMIN
Created by: Dennis
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

RadImageGallery is a great control and supports many image formats out of the box (JPEG, PNG, BMP, etc.)

However, it does not provide native support for HEIF.  HEIF is now the default format for most Apple devices (anything after iOS 11 update).

It would be great if RadImageGallery were updated to provide support for this format so that developers don't have to force image conversions of photos taken by Apple devices.

Unplanned
Last Updated: 30 May 2024 11:59 by ADMIN
Created by: Paulo
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
I would like to suggest the Skeleton component to ASP.NET Ajax how there is to Blazor (https://demos.telerik.com/blazor-ui/skeleton/overview)
Completed
Last Updated: 25 Feb 2014 12:47 by ADMIN
Created by: Anup
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
1
We use Radar Chart extensively in our ASP.Net application. It wil be great to have this charting type in ASP.Net suite. Is Radar Chart  there in your ASP.Net roadmap ?
Thanks,
Anup
Completed
Last Updated: 10 Nov 2014 13:13 by Elena
if I set the editor content using set_html() method, it creates an undo point but when you click on undo (or call editor.fire('Undo'); ) undo icon becomes inactive but nothing happens to the content

function setHtmlTestCommand(commandName, editor, args) {
	var html = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
	html += '<html xmlns="http://www.w3.org/1999/xhtml">';
	html += "<p style='color:red;background-color:black;'>Test test test</p>";
	html += "</html>";
	editor.set_html(html)
};

The problem is due to that full HTML content is set in the content area.
Declined
Last Updated: 07 Jun 2016 13:14 by ADMIN
Created by: Krunal
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
1
Visual style builder is not working properly in google chrome, doesnt reflect the changes that I m doing to create the style.

Completed
Last Updated: 31 May 2013 14:51 by Paulina
Created by: Vic
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Please provide a web control that would simulate windows 8 tiles: dragging, live-ness, etc..