[CLOSED] GridPanel GridCommand Icon

  1. #1

    [CLOSED] GridPanel GridCommand Icon

    Hello,

    If you see the attached, the GridPanel GridCommand Icon is not rendering correctly.

    Here is the example to replicate:

    @(Html.X().GridPanel()
        ....
        .ColumnModel(models =>
        {
            models.Add(Html.X().CommandColumn()
                .Commands(commands =>
                {
                    commands.Add(new new GridCommand
                    {
                        Icon = Icon.Accept
                    } );
                } )
                .Width(100)
            );
        } )
    )
    Cheers,
    Timothy
    Attached Thumbnails Click image for larger version. 

Name:	Example.png 
Views:	61 
Size:	2.6 KB 
ID:	4215  
    Last edited by Daniil; May 09, 2012 at 9:36 PM. Reason: [CLOSED]
  2. #2
    Ignore, close it was CSS on my end again.

    Cheers

Similar Threads

  1. [CLOSED] GridCommand icon doesn't display
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 06, 2012, 8:48 AM
  2. [CLOSED] Incorrect Grid Panel height when GridCommand with Icon is used
    By sailendra in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 27, 2012, 12:12 AM
  3. Replies: 0
    Last Post: Aug 22, 2011, 7:56 AM
  4. how to align the Icon in GridCommand to center
    By harshad.jadhav in forum 1.x Help
    Replies: 0
    Last Post: Dec 30, 2010, 10:24 AM
  5. [CLOSED] GridPanel + Icon and/or Label Icon
    By state in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 28, 2009, 2:03 AM

Posting Permissions