Problem about combobox on DropDownList

  1. #1

    Problem about combobox on DropDownList

    Hi, everyone
    I have a problem about Ext.net Dropdownlist(ddl). My ddl has a dropdown panel which is a gridpanel, I filter the gridpanel by a combobox. But when I selecting the combobox, the ddl collapsed too, may be it's a bug?
    <ext:DropDownField ID="ddl" runat="server" TriggerIcon="SimpleArrowDown">
        <Component>
            <ext:GridPanel ID="gridRecipient" runat="server" Height="350" Frame="true" 
                StoreID="store1">
                <ColumnModel ID="ColumnModel2">
                    <Columns>
                        <ext:Column Header="username" DataIndex="username" />
                        <ext:Column Header="orgName" DataIndex="orgName" />
                        <ext:Column Header="roleName" DataIndex="roleName" />
                    </Columns>
                </ColumnModel>
                <TopBar>
                    <ext:Toolbar ID="Toolbar2" runat="server">
                        <Items>
                            <ext:ComboBox runat="server" ID="cmb1" Width="150" 
                                StoreID="store2" DisplayField="name" ValueField="val">
                                <Listeners>
                                    <Select Handler="filterUsers();" />
                                </Listeners>
                            </ext:ComboBox>
                        </Items>
                    </ext:Toolbar>
                </TopBar>
            </ext:GridPanel>
        </Component>
    </ext:DropDownField>
    Last edited by zhangsir199; Mar 16, 2011 at 2:42 AM. Reason: Easy to read

Similar Threads

  1. Replies: 0
    Last Post: Feb 27, 2012, 5:26 AM
  2. [CLOSED] Problem when using combobox with autorefreshdata and asp:dropdownlist
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 04, 2011, 8:00 PM
  3. Replies: 2
    Last Post: Mar 04, 2010, 7:12 PM
  4. [CLOSED] Dropdownlist in Gridpanel
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 08, 2009, 2:10 PM
  5. [CLOSED] Emulating a standard DropDownList
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Dec 05, 2009, 7:53 PM

Tags for this Thread

Posting Permissions