Hi! would you consider add a new control for time line for add events in a timeline something like this https://timeline.codeplex.com/
When the Navigation control collapses into the hamburger menu keep the hover to expand the menu items functionality.
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.
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.
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.
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.
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
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.
Visual style builder is not working properly in google chrome, doesnt reflect the changes that I m doing to create the style.
Please provide a web control that would simulate windows 8 tiles: dragging, live-ness, etc..