Problem with default Icons

  1. #1

    Problem with default Icons

    Hi, i have a problem with default icons , for example

    menu.Items.Add(Html.X().MenuCommand()
                                                               .Text("Accept")
                                                               .Icon(Icon.ArrowRight)
                                                               .CommandName("Accepted"));

    but this icon ( and the other) does not appear
    I use MVC4 with .NET 4 , ext.net --> 2.1.1.18233

    Thank you
  2. #2
    http://mvc.ext.net/#/GridPanel_Comma...u_Row_Command/
    As you can see, icons are displayed fine in that MVC sample

    Did you add ignore route rule for ext.axd requests?
    routes.IgnoreRoute("{exclude}/{extnet}/ext.axd");
  3. #3
    Hi, thank you for answer ,
    no , i have only

    routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
    i add route rule you suggest

    routes.IgnoreRoute("{exclude}/{extnet}/ext.axd");
    and it works

    thank you!

    A
    Last edited by juzam; Feb 27, 2013 at 4:29 PM.

Similar Threads

  1. [CLOSED] Problem with desktop and 32x32 icons
    By ermanni.info in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 11, 2013, 11:40 AM
  2. Replies: 5
    Last Post: Mar 23, 2011, 9:57 AM
  3. [CLOSED] problem with Icons in ComponentMenuItem
    By pil0t in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 11, 2010, 1:11 PM
  4. [CLOSED] Strange problem with dynamic generated Icons
    By macap in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 16, 2010, 6:07 AM
  5. Replies: 0
    Last Post: Apr 03, 2009, 5:47 AM

Tags for this Thread

Posting Permissions