Completed
Last Updated: 30 May 2016 12:09 by ADMIN
Completed
Last Updated: 04 Apr 2016 13:17 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: Menu
Type: Bug Report
0

			
Completed
Last Updated: 16 Mar 2016 15:37 by Elena
Completed
Last Updated: 26 Feb 2016 12:36 by ADMIN
Completed
Last Updated: 23 Feb 2016 17:04 by ADMIN
Completed
Last Updated: 01 Feb 2016 13:27 by ADMIN
Completed
Last Updated: 22 Dec 2015 11:28 by ADMIN
Completed
Last Updated: 06 Nov 2015 07:49 by Elena
Created by: Andre Light
Comments: 1
Category: Menu
Type: Feature Request
1
While it is possible to set the item image using the item's CssClass property (http://www.telerik.com/help/aspnet-ajax/menu-appearance-item-images.html), it would be great to be able to set that directly to the span element with class rmLeftImage.

Otherwise, it's necessary to use JavaScript or a CSS pre-processor like LESS to assign font-based images via classes (LESS would be required only to avoid duplicating CSS).

The same would apply to just about any control that supports item images, e.g. TreeView.
Unplanned
Last Updated: 19 Oct 2015 15:11 by Stuart Hemming
ADMIN
Created by: Peter
Comments: 1
Category: Menu
Type: Feature Request
11

			
Completed
Last Updated: 15 Oct 2015 15:09 by Daniel
Won't Fix
Last Updated: 02 Oct 2015 11:00 by ADMIN
CSS workaround:

        html .RadMenu_Context .rmVertical .rmItem {
            clear: both;
        }
Won't Fix
Last Updated: 09 Jul 2015 07:45 by ADMIN
 After clicking the item, the custom class is removed (the color of the item text is changed)

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <style>
        .TopToolbarAlert, .TopToolbarAlert:link, .TopToolbarAlert:visited, .TopToolbarAlert:hover, .TopToolbarAlert:focus, .TopToolbarAlert:active {
            /*background-color: red;*/
            color: red !important;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
        <div>
            <telerik:RadMenu runat="server" ID="toolBarMenu">
                <Items>
                    <telerik:RadMenuItem ID="toolbarAlerts" runat="server" Text="Alerts" />
                </Items>
            </telerik:RadMenu>
        </div>
    </form>
</body>
<script type="text/javascript">
    $telerik.$(document).ready(function () {
        $telerik.$("#toolbarAlerts").addClass("TopToolbarAlert");
    });
</script>
</html>
Completed
Last Updated: 30 Jun 2015 10:11 by ADMIN
Declined
Last Updated: 29 Jun 2015 14:45 by ADMIN
Created by: Sérgio
Comments: 1
Category: Menu
Type: Feature Request
2
Add the possibility to use radmenu with lava lamp effect.

Example: http://www.queness.com/resources/html/lava/index.html
Completed
Last Updated: 15 Jun 2015 10:37 by Fit2Page