Hi,
Indeed a way to achieve such updating is using the
DateTimePicker change event. Then the
DateTimePicker value method may be used for getting the new value. In addition, the
value method of the DropDownList may be used for checking if "monthly" / "yearly" Repeat option is chosen. If so, the
value method of the NumericTextBox may be used to set the new value for the ".recur-monthday" numeric textbox.
The markup of Recurrence editor does not provide IDs out of the box for easy widgets selection in it. Here are some unrefined selectors based on the
Scheduler Index demo configuration:
Regards,
Dimitar
Progress Telerik