We will be having two pages to manage schedules (create, edit/delete). To create a schedule, we will have a page with a grid on it, where the user will select which report they want to schedule and click a button to schedule it. I would like to have the schedule controls either on their own page (click btn navigates to that page) or in a popup directly from the grid (this depends on how many other form elements we need in the schedule info: email info, report name, etc).
There will be another page where the user can manage the schedules and that would be a more appropriate page to edit/delete scheduled reports.
How can I do this without having the rest of the scheduler on screen (i.e. the day/month/calendar view)?
Thanks,
--Ed