We are using two WebCombo controls on a page. The selection of the first combo will determine the content of the second (i.e. State and Counties). We are loading the second WebCombo using a PageMethod call. Once the result is returned from the PageMethod call the second WebCombo is then rebound in JavaScript. The issue we are having is the second WebCombo becomes highlighted as if it had focus leaving me with both WebCombos highlighted. It appears the loading of the second WebCombo in Javascript is firing the onfocus event on the second WebCombo causing it to become highlighted. We do set focus back to the first WebCombo which does fire off the onblur of the second Webcombo but control remains highlighted.
Any help would be appreciated.
Thanks
Hello I know a couple of months have passed since you asked this question but in case you still need assistance or just for the community I will provide an answer. Please take a look at our sample browser where a sample with cascade drop downs is provided and redesign your code using the sample as a base - http://samples.infragistics.com/aspnet/Samples/WebDropDown/EditingAndSelection/Cascade/Default.aspx?cn=drop-down&sid=aeab177c-4515-422b-92d6-869f858c4500