[CLOSED] How to call the plug-in command event

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] How to call the plug-in command event

    I have a gridpanel plugin is as follows:
    <ext:GridPanel runat="server" ID="gridPanelZZ" Region="Center" AutoScroll="true">
     <Plugins>
                                <ext:RowExpander runat="server" ExpandOnDblClick="true" SingleExpand="true" ExpandOnEnter="true" IsDynamic="true">
                                    <Loader runat="server" DirectMethod="App.direct.GetGrid" Mode="Component">
                                        <LoadMask ShowMask="true" />
                                        <Params>
                                            <ext:Parameter Name="Month" Value="this.record.data.Month" Mode="Raw" />
                                        </Params>
                                    </Loader>
                                </ext:RowExpander>
                            </Plugins>
    There is also a command as follows:
     <ext:CommandColumn runat="server" Width="60">
                                        <Commands>
                                            <ext:GridCommand Icon="SectionExpanded" CommandName="Expand">
                                            </ext:GridCommand>
                                        </Commands>
                                        <Listeners>
                                            <Command Handler="" />
                                        </Listeners>
                                    </ext:CommandColumn>
    command column how to trigger plug-in??? how to write command handler???
    Last edited by Daniil; Aug 07, 2013 at 11:19 AM. Reason: [CLOSED]

Similar Threads

  1. Replies: 7
    Last Post: Sep 02, 2016, 7:47 PM
  2. [CLOSED] GridPanel Column DirectEvents.Command.Event
    By mis@adphk.com in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 13, 2013, 11:12 AM
  3. Row Command event in grid panel
    By Dorababu in forum 1.x Help
    Replies: 0
    Last Post: Mar 08, 2012, 10:41 AM
  4. Show ExtNet.Msg.Alert on Command Event ?
    By Mohammad in forum 1.x Help
    Replies: 2
    Last Post: Oct 25, 2011, 5:55 AM

Posting Permissions