I am looking for an example on using 'set_eventArgument()' in OnRequestStart event. I see no documentation on how to use it,
When I tried to use it in following manner, I get an error. So some documentation would help.
Thanks
Sunil
When I tried to use it in following manner, I get an error. So some documentation would help.
function OnRequestStart(sender, args) { //get a reference to the current RadWindow var oWnd = GetRadWindow(); args.set_eventArgument(oWnd["EmailAddress"]); }Thanks
Sunil