Hi,
I've recently updated to the latest version (Infragistics35.Web.v9.2) and now a WebDropDown won't postback on a selection change. Through trial and error I've found that clearing the items (WebDropDown.Items.Clear()) is causing the issue. If I remove this line of code the control will postback on selection change, if I put the line back postback stops.
Any idea why this would be happening?
Thanks,
Ian.
Hi Ian,
In which event do you clear the items? Also do you use AutoPostback property, or the AutoPostBack flags. If you could sent me some of your ASPX markup, that would be also very helpful.
Angel
Hi Angel,
I've attached a sample project that reproduces the error. When the project first loads, select from the dropdown and you'll notice there is no post back. After selecting the buttons a few times the dropdown does eventually post back, however selecting the button "first" or selecting "previous" until reaching the first item seems to reproduce the error again.
Thanks.
Ian