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
210
Selection in WebDropDown causing Page_Load Infragistics 10.3
posted

Hi,

I am using Infragistics 10.3 in IE6 and I am facing an issue with regards to Web Dropdowns. On the selection of an item from a dropdown using the mouse the Page_Load event is getting fired and not the value change event. When I select the item using the arrow key after expanding the dropdown , the value change event of the dropdown is getting fired which is correct. I am not sure as what is causing the Page_Load event to fire and I need assistance on the same. My WebDropdown design:
<ig:WebDropDown runat="server" ID="ddlSelect" Width="250px" DropDownOrientation="BottomLeft" DisplayMode="DropDownList" EnablePaging="False" EnableDropDownAsChild="False" Enabled="True"
                 EnableViewState="true" AutoPostBackFlags-ValueChanged="On" OnValueChanged="ddlSelect_OnValueChanged" AutoPostBackFlags-SelectionChanged="Off" >
                </ig:WebDropDown>