This is a migrated thread and some comments may be shown as answers.

Recurreneditor reference in typescript

1 Answer 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
JKattestaart
Top achievements
Rank 1
JKattestaart asked on 02 Jul 2015, 07:13 AM

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

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 06 Jul 2015, 08:04 AM
Hello JKattestaart,

Currently, TypeScript definitions does not include Kendo RecurrenceEditor widget. It is not officially documented (hence typescript definitions are missing), as it is designed for Scheduler usage only and more specficially for the built-in event editor (it cannot be posted and etc).

For the time being, you will need to add the RecurrenceEditor TypeScript definitions manually to the kendo.all.d.ts file.

I will log this request in our product backlog item for future implementation.

Regards,
Georgi Krustev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
JKattestaart
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or