Hi.
I'm attempting to call a radconfirm window from a radmenuitem. Using the example found in help (Working with the Confirm Dialog) I get an error message...
Error: return not in function
Source File: javascript:radconfirm('Are you sure?', confirmCallBackFn); return false;
Line: 1, Column: 48
Source Code: radconfirm('Are you sure?', confirmCallBackFn); return false;
My radmenuitem looks like:
Thanks in advance.
Brandon
I'm attempting to call a radconfirm window from a radmenuitem. Using the example found in help (Working with the Confirm Dialog) I get an error message...
Error: return not in function
Source File: javascript:radconfirm('Are you sure?', confirmCallBackFn); return false;
Line: 1, Column: 48
Source Code: radconfirm('Are you sure?', confirmCallBackFn); return false;
My radmenuitem looks like:
| <telerik:RadMenuItem runat="server" Text="Deactivate" PostBack="false" |
| NavigateUrl="javascript:radconfirm('Are you sure?', confirmCallBackFn); return false;"> |
| </telerik:RadMenuItem> |
Thanks in advance.
Brandon