I'm working on a Scheduler page that opens the add/edit form in a RadWindow. I based the idea on the External Edit in RadDock demo.
I have a question though.
I'm opening my RadWindow using code very like this from the demo...
I'd be interested to learn why this works when this ...
doesn't.
--
Stuart
I have a question though.
I'm opening my RadWindow using code very like this from the demo...
ScriptManager.RegisterStartupScript(Page, GetType(), "formScript", "Sys.Application.add_load(openForm);", true);I'd be interested to learn why this works when this ...
RadAjaxManager LocalManager = RadAjaxManager.GetCurrent(Page);LocalManager.ResponseScripts.Add("OpenForm();");doesn't.
--
Stuart