Hi,
Hi Ritesh,
Thank you for your response. Do not hesitate to contact me if you continue to experience any issues.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
Thanks Petar,
I amcurrently using IE8 and I am not able to replicate but, I would say that when the same is run in IE6 its not consistent. I would be dropping you a sample code soon.
Thanks for your response.
I apologize for the delayed response. I have tested your scenario again with build 1013 but still encountered nothing unusual. As I am using the same markup for the drop down as you, it may help to know how you are adding the items in the drop down.
Below is the code I used in the code-behind:
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { for (int i = 0; i < 200; i++) { ddlSelect.Items.Add(new Infragistics.Web.UI.ListControls.DropDownItem(i.ToString(), i.ToString() )); } } } protected void ddlSelect_OnValueChanged(object sender, Infragistics.Web.UI.ListControls.DropDownValueChangedEventArgs e) { Debug.WriteLine("OnValueChanged executed !"); }
Best Regards,Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
Thanks for your response,
I am currently using the Version=10.3.20103.1013 of Infragistics in my application. Also, in the Page_Load method the !IsPostBack is coming as true when the value is selected using the mouse. Please note that the above behavior is not very consistent and but the occurrence the value change event not getting fired is high.
Thanks and Regards,
Ritesh
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.