How do I get the in-built UI functionality for editing recurrence events restored after not using inbuilt functionality?
10 years ago.
Hi Dan and Team,
In the post:https://forums.daypilot.org/Topic.aspx/3089/i-would-also-like-to-allow-the-users-to-edit-the-recurring-I would like the users to be able to edit the recurring event ...
My issue is that on entering the RecurrenceEventEdit.aspx page the javascript:
<script type="text/javascript"> var r = new DayPilot.Recurrence(); r.saveButtonId = "ButtonSave"; r.jsonHiddenId = "Recurrence"; r.config = <%= RecurrenceJson %>; r.Init(); </script>
... sets the config of the recurrence event to "Recurrence" (the jsonHiddenId property)
I am no longer using the provided inbuilt functionality ..
When the page is loaded the "Repeat" drop down list contains the value, "Does not repeat", and the control seems to be disabled..
How do I get the in-built UI functionality for editing recurrence events restored?
DayPilot