Callout CloseOnOutsideClick not working for ComboBox Selection

  1. #1

    Callout CloseOnOutsideClick not working for ComboBox Selection

    Hi,

    I have a callout with CloseOnOutsideClick="true" option enabled.

    When I bind a ComboBox into the Bodywidget, When I was selecting any ComboBox item then the callout is disappearing.

    Code:
    <ext:TagLabel ID="Tag1" runat="server" Width="210" Stacked="true" MaxLength="100">
        <Tags>
            <ext:Tag Text="Update">
            </ext:Tag>
        </Tags>
        <Callouts>
            <ext:Callout ID="callout1" runat="server" Title="Updat field" BodyStyle="padding:0px 10px 0px 10px;" CloseOnOutsideClick="true" Trigger="Click">
                 <BodyWidget>
                    <ext:Panel runat="server" Layout="VBoxLayout" AnchorHorizontal="100%" Width="300" Padding="10" Border="false">
                            <Defaults>
                                <ext:Parameter Name="margins" Value="0 0 10 0" Mode="Value" />
                            </Defaults>
                            <LayoutConfig>
                                <ext:VBoxLayoutConfig Align="Stretch" />
                            </LayoutConfig>
                            <Items>
                                <ext:ComboBox ID="ComboBox1" Editable="false" runat="server" StyleSpec="margin-right:5px">
                                    <Items>
                                        <ext:ListItem Text="1" Value="1" />
                                        <ext:ListItem Text="2" Value="2" />
                                        <ext:ListItem Text="3" Value="3" />
                                        <ext:ListItem Text="4" Value="4" />
                                        <ext:ListItem Text="5" Value="5" />
                                        <ext:ListItem Text="6" Value="6" />
                                        <ext:ListItem Text="7" Value="7" />
                                        <ext:ListItem Text="8" Value="8" />
                                        <ext:ListItem Text="9" Value="9" />
                                        <ext:ListItem Text="10" Value="10" />
                                    </Items>
                                </ext:ComboBox>
                            </Items>
                    </ext:Panel>
                 </BodyWidget>
            </ext:Callout>
        </Callouts>
    </ext:TagLabel>
    I am not able select anything from the ComboBox1 and not able to proceed further. Help me out from this bug.

    Thank you
    Last edited by iansriley; Jul 11, 2017 at 9:32 AM.
  2. #2

    Callout CloseOnOutsideClick not working for ComboBox Selection

    I have same issue.Can anyone help me?
  3. #3
    Any Solution for this issue, or do we have any other way of implementation for this kind of functionality.

    I need a quick reply.

Similar Threads

  1. Selection Model Not working properly in GridPanel
    By mohan.bizbites in forum 3.x Help
    Replies: 0
    Last Post: Jun 30, 2015, 1:01 PM
  2. [CLOSED] Checkbox selection model is not working as expected.
    By arjunrvasisht in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 30, 2015, 10:32 AM
  3. Replies: 0
    Last Post: Jun 17, 2013, 11:05 AM
  4. gridpanel clear selection is not working
    By tmducit in forum 2.x Help
    Replies: 2
    Last Post: Aug 27, 2012, 9:08 AM
  5. [CLOSED] selection memory across pages with httpproxy not working...
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 05, 2011, 1:47 PM

Tags for this Thread

Posting Permissions