Welcome Guest Search | Active Topics | Sign In | Register

Updating a callbackpanel when dialog is closed Options
WMP
Posted: Tuesday, October 25, 2011 11:32:56 AM
Rank: Advanced Member
Groups: Member

Joined: 7/6/2011
Posts: 30
Hi there!

Is it possible to update a callbackpanel when a dialog is closed using the built in close button?

If so - how please? I can't seem to isolate the client side event when the dialog is closed.
eo_support
Posted: Tuesday, October 25, 2011 1:15:05 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Yes. You will need to handle ClientSideOnCancel event with JavaScript and then do whatever you want to do inside your event handler.

If you wish to trigger server event from your JavaScript code, you can call __doPostBack directly (if you know how to do that), or use our ScriptEvent control. Please check ScriptEvent control documentation for more details about how to use it. If you wish to do a partial post back instead of a full post back, you can set the ScriptEvent control as a trigger for the CallbackPanel.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.