get group command toolbar

  1. #1

    get group command toolbar

    is there a way to get the grouping toolbar or the command column buttons on group command listener without having to make a custom function or custom selector and select the appropriate child of the group header representing the group command toolbar?
  2. #2
    Hi,

    Well, it can look something like this.

    Example
    <ext:GridPanel ID="GridPanel1" runat="server" GroupToolbars="={{}}">
        ...
        <ColumnModel runat="server">
            <Columns>
                ...
                <ext:CommandColumn Hidden="true">
                        <GroupCommands>
                            ...
                        </GroupCommands>
                        <PrepareGroupToolbar Handler="grid.groupToolbars[groupId] = toolbar;" />
                    </ext:CommandColumn>
            </Columns>
        </ColumnModel>    
    </ext:GridPanel>
    Then
    GridPanel1.groupToolbars[groupId]

Similar Threads

  1. [CLOSED] grid command group before text
    By pdcase in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 14, 2012, 11:07 AM
  2. Checkbox with group command.
    By hendry_agust in forum 1.x Help
    Replies: 1
    Last Post: Jun 13, 2012, 9:28 PM
  3. Group Command Not Showing/Visible
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: May 25, 2012, 1:13 PM
  4. GridPanel - Group Command disable ico
    By jwcelyo in forum 1.x Help
    Replies: 0
    Last Post: Nov 16, 2010, 4:06 PM
  5. Checkbox in Group Command
    By hendry_agust in forum 1.x Help
    Replies: 0
    Last Post: May 04, 2010, 11:06 PM

Posting Permissions