How can I place any Ext control inside a GridPanel column?

Threaded View

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

    Can I place any kind of control on a GridPanel column?

    Hi guys, this is me again having a lot of trouble learning the framework, my question now supposedly is very simple, I have a GridPanel and inside one the columns I need to place a <Menu> with several <ext:MenuItem>, the reason why I need it is because I have to access the DirectEvents property of the <ext:MenuItem> which contains the Activate event and it is not accessible with the <ext:MenuCommand> which is the only kind of component accepted with a SplitCommand.
    Thanks,
    Paul

    I need this inside a column:

    <Menu>
                                  <ext:Menu ID="Menu1" runat="server">
                                    <Items>  
                                        <ext:MenuItem ID="MenuItem" runat="server" Text="Menu 5">
                                        <DirectEvents>
                                            <Activate OnEvent="ActivateMenu">
                                            </Activate>
                                        </DirectEvents>
                                    </Items>
                                  </ext:Menu>
                                </Menu>
    Last edited by paul-2011; Aug 31, 2010 at 2:39 PM. Reason: improving

Similar Threads

  1. Replies: 1
    Last Post: May 14, 2012, 1:40 PM
  2. Replies: 5
    Last Post: Apr 28, 2012, 5:21 AM
  3. [CLOSED] [1.0] Problem with HTML textarea inside a gridpanel's column
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 14, 2010, 7:16 AM
  4. Replies: 1
    Last Post: Mar 19, 2010, 8:35 PM
  5. List Inside Column of GridPanel.
    By grmontero in forum 1.x Help
    Replies: 0
    Last Post: Sep 24, 2009, 11:12 AM

Posting Permissions