I have an ultrawebgrid and multiselect webdropdown is a templated column in that grid. It works fine when the page gets loaded first time but after postback the webdropdown gets disabled. Nothing happens on clicking the webdropdown.
I tried to create a sample site with webdropdown and a submit button in it. But even when this site runs, runtime script errors start coming.
Attached is the sample site.
Please help. We have a deliverable planned in 2 days.
Hello,
I managed to replicate your issue. The reason for this is that you are setting AsyncMode=”On” for the tab.
I am suggesting you to remove this, and to use an update panel around the tab instead.
Hope this helps.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi,
I know that it is happening because AsyncMode is on. But i cannot change it as this is an existing application and we cannot change the look and feel of it.
If i will remove AsyncMode="On" and use UpdatePanel instead then it will not give me the same look and feel as before.
Isnt there any solution that we can apply to make dropdown enabled? Some script that can enable it?
We cannot change the whole functionality because webdropdown does not work with ultrawebtab that has AsyncMode="On"