[CLOSED] GridCommand Style

  1. #1

    [CLOSED] GridCommand Style

    Hi,

    for ImageCommand i can apply the Style.

    <ext:ImageCommand CommandName="Ledger" Icon="BuildingDelete" Style="margin-left:5px !important;" ToolTip-Text="Primary tool" />

    How can I do the same for GridCommand?

    Tks
    Last edited by fabricio.murta; Sep 02, 2016 at 6:47 PM.
  2. #2
    Hello @ADV!
    You can use this to style the button in your GridCommand:

    <CustomConfig>
        <ext:ConfigItem Name="style" Value="width: 10px" />
    </CustomConfig>
    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Right,
    I tried but with Style an not style. :-(


    Thank you
    Last edited by geoffrey.mcgill; Sep 01, 2016 at 6:35 PM.

Similar Threads

  1. Replies: 2
    Last Post: Aug 21, 2015, 6:09 AM
  2. Help GridCommand
    By hbbazan in forum 1.x Help
    Replies: 11
    Last Post: Mar 05, 2010, 2:30 PM
  3. How to get the GridCommand name
    By wkcode in forum 1.x Help
    Replies: 2
    Last Post: Mar 03, 2010, 4:40 AM
  4. Get GroupID from GridCommand
    By Cr@iG in forum 1.x Help
    Replies: 0
    Last Post: Mar 02, 2010, 12:05 PM
  5. GridCommand Count
    By sachin.munot in forum 1.x Help
    Replies: 0
    Last Post: Nov 05, 2009, 1:03 AM

Posting Permissions