Completed
Last Updated: 26 Jun 2014 11:44 by ADMIN
Completed
Last Updated: 07 Jun 2016 08:57 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Such functionality would improve the user experience for UI interaction of the end-users with the RadEditor tools.

Such behavior can be achieved using the following customization with the RadEditor control:

<telerik:RadEditor ID="RadEditor1" runat="server" OnClientLoad="OnClientLoad">
</telerik:RadEditor>
<script>
    function OnClientLoad(editor, args) {
        editor.attachEventHandler("onkeyup", function (e) {
            if (e.keyCode == 27)
            {
                closeContextMenus(editor.get_toolAdapter()._contextMenus);
            }
        })
    }

    function closeContextMenus(contextMenus) {
        for (var menu in contextMenus) {
            contextMenus[menu].hide();
        }
    }
</script>
Declined
Last Updated: 02 Oct 2014 05:57 by ADMIN
Won't Fix
Last Updated: 05 Oct 2015 14:38 by ADMIN
Completed
Last Updated: 30 Sep 2014 15:14 by Bill O'Neil
Completed
Last Updated: 11 Feb 2022 14:51 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Elapsed time, Estimated time and Speed are not calculated correctly. 
Duplicated
Last Updated: 15 Jun 2021 07:04 by ADMIN
Created by: Curtis
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
I don't know what you call this button but it is a crossover between a drop down list/mega menu and a button.

Very simple example:
Google's "More" button across the top next to News/Videos/Maps and then there is the "More" button with the other options. 
https://www.google.com/#q=dog

Next example:
Your site! The skin selecting drop down:
http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx

The option for a full fluid width like this would be nice along with the possibility of a fixed or fitted width. I also really like the animated arrow up/down.

But the mega menu example is Amazon:
http://www.amazon.com/

Their buttons/drop downs in the top right for "Your Account", "Try Prime", "Cart", and "Wish List".

These are beautiful and would be great functionality. It would also be ideal if the button/link itself that triggers the drop down doesn't have styles like the skins so they can easily be integrated into a website's existing navigational items and site design.

Completed
Last Updated: 21 Apr 2022 08:38 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
At present, when a Telerik product is installed via an automated installer (WebInstaller or a downloaded MSI package), a shortcut to it is added on the desktop.

This feature should be optional, e.g., via a checkbox during the installation wizard.
Completed
Last Updated: 09 May 2015 22:39 by Sascha
ADMIN
Created by: Marin Bratanov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Here is the missing resource name: pTelerik.Web.UI.Skins|Telerik.Web.UI.Skins.Web20.Common.radGradientListSprite.png
You can see if this is your case as well by decrypting the WebResource request that fails as shown here: http://blogs.telerik.com/aspnet-ajax/posts/07-03-27/debugging-asp-net-2-0-web-resources-decrypting-the-url-and-getting-the-resource-name.aspx
Completed
Last Updated: 04 May 2020 14:35 by ADMIN
Created by: Wiesław
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Please create high contrast theme for people with disabilities.

The best colors are yellow and black and there should be two combinations: yellow on black and black on yellow.

Please look at attachements for very good example.
Completed
Last Updated: 20 Oct 2015 22:21 by ADMIN
ADMIN
Created by: Joana
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Duplicated
Last Updated: 14 Jun 2021 15:42 by ADMIN
Hi,
It would be so usefull a template or tool like codesmith or ironspeed to generate database-driven applications or at least a set of pages for CRUD operations where I can list the registers of each table/entity and edit it contents and Its relatives.

Thanks
Ángel.
Declined
Last Updated: 03 Jun 2016 06:24 by ADMIN
Created by: José Ángel
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Hi,
It would be so usefull a template or tool like codesmith or ironspeed to generate database-driven applications or at least a set of pages for CRUD operations where I can list the registers of each table/entity and edit it contents and Its relatives.

Thanks
Ángel.
Completed
Last Updated: 18 Sep 2015 09:39 by Khushboo
ADMIN
Created by: Ianko
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
2
When adding a link with a class name, the Unlink command cannot remove the formatting. 

Temporary solution is to clear anchor's classes programmatically via the ApplyClass command:

<telerik:RadEditor runat="server" ID="RadEditor1" OnClientCommandExecuting="OnClientCommandExecuting">
    <Content>
        <a href="http://www.telerik.com" class="my-class">link</a>
    </Content>
</telerik:RadEditor>

<script type="text/javascript">
    function OnClientCommandExecuting(sender, args) {
        var command = args.get_commandName && args.get_commandName();

        if (command === "Unlink") {
            var myArgs = new Telerik.Web.UI.EditorCommandEventArgs("ApplyClass", null, "");
            sender.fire("ApplyClass", myArgs);
        }
    }
</script>
Completed
Last Updated: 25 Nov 2015 15:20 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
2
The text in the tabs' titles of the Sliding panes of the Splitter control are not properly rotated.

Can be reproduced here:
http://demos.telerik.com/aspnet-ajax/splitter/examples/overview/defaultcs.aspx

http://demos.telerik.com/aspnet-ajax/splitter/examples/sp_firstlook/defaultcs.aspx
Completed
Last Updated: 01 Jun 2016 15:46 by ADMIN
Created by: Albert Shenker
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
There are several other suggestions along these lines, but in general, Telerik needs to make their data input controls more consistent in the implementation of a "Label" property. Without such consistencies, it makes including controls that have this property and those that don't together on the same page much more difficult. As of the writing of this, the DropDownList and DatePicker controls do not have a Label property. There is no apparent reason why this should be so.

All of the input controls should have this property.

Related requests:

http://feedback.telerik.com/Project/108/Feedback/Details/149658-add-built-in-label-to-control

http://feedback.telerik.com/Project/108/Feedback/Details/66117-add-label-property-to-ajax-raddatepicker

Related annoyed forum thread about the omission of this property in the DropdownList control:

http://www.telerik.com/forums/dropdownlist-label#TI3zWYeMFESXjPIY_bYjZg
Completed
Last Updated: 24 Nov 2015 11:31 by ADMIN
ADMIN
Created by: Kostadin
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Unplanned
Last Updated: 11 Dec 2015 07:51 by ADMIN
Created by: Kavitha
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
It would be helpful , if you provide image library like Visual Studio provides.
The image library can have all the standard and specific icons of telerik.
Completed
Last Updated: 10 Aug 2021 13:14 by ADMIN
Completed
Last Updated: 13 Jun 2021 11:31 by ADMIN
Created by: Matt
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Possibly as an extension of the Media Player... a Web Cam recorder.