Naga gopichand
Top achievements
Rank 1
Naga gopichand
asked on 25 Jul 2016, 09:40 PM
Hello i wanted to know if there is a way to display an event after every 3 days.
http://dojo.telerik.com/EWIBo/3
In the above example i have few events and i wanted to display those events continuously for every 3 days irrespective of date.
4 Answers, 1 is accepted
0
Accepted
Hi Naga,
You can achieve the desired behavior by setting the following recurring rule to the desired events:
Regards,
Vladimir Iliev
Telerik by Progress
You can achieve the desired behavior by setting the following recurring rule to the desired events:
{
Start: date,
End: date,
Title:
"Test"
,
IsAllDay:
true
,
Description:
"test"
,
Employees: [1],
RecurrenceRule:
"FREQ=DAILY;INTERVAL=3"
,
},
Regards,
Vladimir Iliev
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
0
Naga gopichand
Top achievements
Rank 1
answered on 26 Jul 2016, 02:56 PM
i tried this in my example but did not work for me
http://dojo.telerik.com/EWIBo/12
0
Hello Naga,
From the provided link it seems that the "recurrenceRule" field is not added to the dataSource "schema.model.fields".
Regards,
Vladimir Iliev
Telerik by Progress
From the provided link it seems that the "recurrenceRule" field is not added to the dataSource "schema.model.fields".
Regards,
Vladimir Iliev
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
0
Hello Naga,
Here is the example configuration:
Regards,
Vladimir Iliev
Telerik by Progress
Here is the example configuration:
schema: {
model: {
id:
"shiftID"
,
fields: {
recurrenceRule: {from:
"RecurrenceRule"
},
Regards,
Vladimir Iliev
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.