Hi
I'm working on a site that users use to capture schedules into a database. There is a page that contains the Scheduler control which the users can use to view all of these schedules. I'm trying to load them from the database and on the server side build the recurrences of these schedules using the RecurrencePattern class.
My problem that I'm facing is that the site's own scheduling page closely follows Windows Task Scheduler, in the sense that you can create a schedule that run for any specified months on any selected day of the month. I have cone over the Telerik Scheduler documentation and it seems to me that you can only specify a recurrence to run on one day of the month.
Is there anyway to get around this or am I just missing something?
Thanks!