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.
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"
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
Can someone please look into this issue? We have a deliverable tomorrow.
This seems to be an obvious defect so there should be some solution to it.
Please find attached the sample. When the default.aspx page loads, the webdropdown behaves properly.
But after clicking the Submit button i am not able to click it.
Please note that i have deleted ig_res folder as its size was very large. Please copy ig_res folder in the website.
Would you attach sample and exact steps with which I can replicate your issue?