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>
Parents
No Data
Reply
  • 49378
    posted

    Hi Ritesh01Infragistics,

    I have investigated your scenario using version 10.3.20103.2187 but so far I am unable to reproduce your issue. Please note that regardless of whether the value is changed with a mouse click or using the keyboard, both the Page_Load and OnValueChanged handlers are supposed to fire.

    In order to investigate this further I would need to know what service release you are using. A sample where the issue is reproducible would be greatly appreciated.

    Please contact me if you have any questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

Children