Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
Can I set the ClientSideOnEnd of a Dialog control in Javascript (run time)?
Thanks, Marcelo Camarate
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. You can not set that on the client side. But because it's a JavaScript function, you can set a global flag and then code your JavaScript function to check for that flag and then act accordingly.
Thanks
|