Example of Populate Rule in ASP.NET MVC Scheduler Control
This demo showcases how to fill the recurrence editor fields with appropriate values based on the user-provided recurrence rule string.
DEMO
SOURCE
Select Rule
In this demo, the
setRecurrenceRule
method is used to populate the fields of recurrence editor based on the static rule options selected from the dropdown
list.