I have the following code:
var recurrenceEditor = $("#RecurrenceRule", form).kendoRecurrenceEditor( { frequencies: ["daily", "weekly", "monthly"] } ).data("kendoRecurrenceEditor");
I'm trying to convert this to typescript. Kendo.all.d.ts does not seem to recognize this.
How do I solve this?
thanks in advance