Hi,
(Related to previous post, but information there not needed for this query)
I have a form with a RadWindow that pops up on Submit. All the code within the RadWindow performs properly, but I need it to refresh the page behind on close. I have this code:
so does appear to be doing what it should within the RadWindow
However, on closing my RadWindow, FuncName is not called at all (tested with alerts and debugger calls).
Any idea why?
(Previous problem was caused by the FuncName function not being in scope at the time of the $create call, this is fixed now, so can't see any reason this should be failing)
Richard.
(Related to previous post, but information there not needed for this query)
I have a form with a RadWindow that pops up on Submit. All the code within the RadWindow performs properly, but I need it to refresh the page behind on close. I have this code:
RadWindowManager1.OnClientClose = "FuncName";which generates this in the client:
in the Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadWindowManager, [stuff snipped here] {"close":FuncName} [more stuff]
However, on closing my RadWindow, FuncName is not called at all (tested with alerts and debugger calls).
Any idea why?
(Previous problem was caused by the FuncName function not being in scope at the time of the $create call, this is fixed now, so can't see any reason this should be failing)
Richard.