Rank: Newbie Groups: Member
Joined: 7/28/2007 Posts: 8
|
This may be a silly question, but I've built quite a large app with your controls and I love them. I was looking forward to upgrading to 2007.2 for all the enhancements, bug fixes, etc. but when I installed it, my dialog no closes properly. By properly I mean that currently, I handle CliendSideOnEnd by firing some Javascript that forces a postback, and then my server marks the dialog control as status hidden, as opposed to visible.
Apparently this is no longer supported? I cant keep the window closed for anything. I can set it visible/hidden at first page load, so Im thinking that on a postback that maybe the rendering order of operations is different, so Im trying to set it as hidden too late?
Im not really sure, any advice is appreciated.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Phillip,
As far as I know, we have not changed anything in that regard. Can you can isolate the problem into a small test page and post the code here? We will be happy to take a look.
Thanks
|
Rank: Newbie Groups: Member
Joined: 7/28/2007 Posts: 8
|
I reloaded the component and got it working, I have no idea what the issue was. Thanks though
|