Rank: Newbie Groups: Member
Joined: 12/14/2010 Posts: 3
|
Hi
I've got a gridview in an UpdatePanel. I'm trying to launch a dialog from a button on the UpdatePanel (it is launched in the code-behind) but the dialog doesn't show. If I move the button outside the UpdatePanel, then it shows without a problem.
I've tried it in IE9, Chrome, Firefox but it doesn't work in any of them. Is there something I'm missing here?
I've got a sample project showing the problem, if necessary.
Thanks
Allan
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Please check whether the method mentioned in this thread works for you: http://www.essentialobjects.com/forum/postst5260_Dialog-Fails-To-Open--IE-Only.aspxIf it still does not, then we will need the sample page to take a look. Thanks!
|
Rank: Newbie Groups: Member
Joined: 12/14/2010 Posts: 3
|
Hi
It didn't work. I got it working by opening the dialog from the client side, rather than the server side.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Glad that you worked around the issue.
Thanks!
|