Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
WebDropDown doesn't drop down
posted

Hi, I have the following WebDropDown on my page:

 

<ig:WebDropDown ID="ddlParticipant" runat="server" Width="125px"
                         EnablePaging="True" EnableMultipleSelection="True" PageSize="20"
                            DropDownContainerWidth="300px" DropDownContainerHeight="550px"
                         EnableClosingDropDownOnSelect="False"
                         onselectionchanged="ddlParticipant_SelectionChanged "
                         onprerender="ddlParticipant_PreRender">                   
                    <DropDownItemBinding TextField="ParticipantID" ValueField="ParticipantID"></DropDownItemBinding>
                    <ClientEvents />
                    <ItemTemplate>           
                        <%#DataBinder.Eval(Container.DataItem, "ParticipantID").ToString() + " - " + DataBinder.Eval(Container.DataItem, "Name").ToString() %>
                    </ItemTemplate >
                    <AjaxIndicator AltText="Async post" ImageUrl="~/images/ajax-loader.gif" />
                    <Button ImageUrl="/ig_res/Default/images/igsch_xpblueup.gif" /> 
                    <AutoPostBackFlags SelectionChanged="Async" />                 
                    </ig:WebDropDown>       

The problem I am having is that sometimes (randomly) the drop down will not drop down.  I click on the drop down button and nothing happens.  How do I fix this?  Any help would be appreciated.  I'm using Infragistics 9.2 Version 2014 and IE 7.

Thanks,

Jeff

Parents Reply Children
No Data