[CLOSED] EnableHdMenu

  1. #1

    [CLOSED] EnableHdMenu

    What's the property that supplies EnableHdMenu in gridpanel now in v2.x?

    Thanks in advance
    Last edited by Daniil; Aug 16, 2012 at 7:38 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use the Column MenuDisabled property.
    http://docs.sencha.com/ext-js/4-1/#!...g-menuDisabled

    To set up it for all columns at once, please use Defaults:
    <ColumnModel runat="server">
        <Defaults>
            <ext:Parameter Name="menuDisabled" Value="true" Mode="Raw" />
        </Defaults>
        <Columns>
            ...
        </Columns>
    </ColumnModel>
    Thanks for the report, we will add a respective CHANGELOG item.
  3. #3
    Thanks it works fine

Tags for this Thread

Posting Permissions