hi
I palaced two webdropdowns in different tabs, only seleted tab dropdown is working, other dropdown is not working?
if you select Tab2, the dropdown is not working
Try wrapping it in an updatepanel.
then why should I use Infragistics contorls
Why would an update panel make a difference?
Hi guys,
This was a bug that was fixed in WebDropDown - if EnableDropDownAsChild=true (default) and the whole control was initially hidden (such as in second tab of WebTab or modal DialogWindow) the dropdown container wasn't opening since height was set to zero.
The fix will be included in the next service release. In the meantime as a temporary workaround you can set EnableDropDownAsChild=false, and everything should be working properly.
Thank you,
Angel