This is a migrated thread and some comments may be shown as answers.

Using RecurrenceEditor without the Scheduler

4 Answers 477 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 15 Mar 2011, 10:33 PM
Hi,

I am building a scheduling system using Quartz.Net ( http://quartznet.sourceforge.net/) and would like to use the RecurrenceEditor to create  the schedule.
Quartz.net uses Cron expression to fire jobs and I saw in an old post (http://www.telerik.com/community/forums/silverlight/scheduler/radscheduler-recurrence-to-cron-expression.aspx) that the scheduler does not support cron expressions and to use the recurrence pattern to translate to cron expression.

Was wondering if it is possible to use the recurrence editor without the scheduler. 


Thanks

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 18 Mar 2011, 03:30 PM
Hello Jay,

Yes, we have extracted the recurrence editor as a separate control that can be used without RadScheduler. Please, review the online help and let me know if you have further questions.


Regards,
Peter
the Telerik team
0
Lindsay
Top achievements
Rank 1
answered on 19 Dec 2012, 11:39 AM
Hi Peter,
As you replied in the previous post of Jay that "we have extracted the recurrence editor as a separate control", So can you please tell that what needs to be done to add the recurrence editor as a separate control, As it is not visible in the telerik controls, can you provide us a code sample, so that it becomes easier to work.

Thanks in advance.


0
Plamen
Telerik team
answered on 19 Dec 2012, 12:03 PM
Hi Lindsay,

 
Beside review our help section how to work with the recurrence editor you can also review these two demos where RadSchedulerRecurrenceEditor was used separately:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/raddock/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx

Here is the usual mark that should be used:

<telerik:RadSchedulerRecurrenceEditor runat="server" ID="RadSchedulerRecurrenceEditor1">
                           </telerik:RadSchedulerRecurrenceEditor>

Hope this will be helpful.Regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Lindsay
Top achievements
Rank 1
answered on 20 Dec 2012, 05:59 AM
Hi Plamen,

Thanks for your help, This post was really very helpful.
Tags
Scheduler
Asked by
Jay
Top achievements
Rank 1
Answers by
Peter
Telerik team
Lindsay
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or