Completed
Last Updated: 27 Jan 2014 10:45 by Keith
Declined
Last Updated: 04 Jul 2014 07:12 by ADMIN
Created by: Timothy Lee Russell
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
In the same way that ASP.NET MVC wrappers are supported...
Declined
Last Updated: 06 Jul 2016 15:04 by ADMIN
Currently, if a RadWindow is maximized, then minimized, then restored it will get the dimensions it had before maximizing. A window in the OS will maximize if it had been maximized prior to minimizing and the RadWindow should have the same behavior.
Declined
Last Updated: 02 Oct 2014 05:57 by ADMIN
Completed
Last Updated: 28 Jun 2016 09:09 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
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: 28 Jun 2016 13:26 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Declined
Last Updated: 26 Jul 2016 12:34 by ADMIN
ADMIN
Created by: Svetlina Anati
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 26 Jul 2016 12:37 by ADMIN
Unplanned
Last Updated: 10 Mar 2014 12:30 by ADMIN
Completed
Last Updated: 28 Jun 2016 09:12 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Unplanned
Last Updated: 10 Mar 2014 17:48 by Chris
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
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>
Completed
Last Updated: 26 Jun 2014 11:44 by ADMIN
Declined
Last Updated: 28 Jun 2016 13:23 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 24 Jun 2014 08:50 by ADMIN
Button single click becomes disabled permanently if a validation error is detected. After satisfying the validator conditions the button doesn't get enabled and it is not possible to post back the page.
Completed
Last Updated: 01 Jun 2021 12:21 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Unplanned
Last Updated: 19 Oct 2015 14:58 by ADMIN
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: 28 Jun 2016 09:05 by ADMIN
ADMIN
Created by: Stanimir
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2