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

How to mark an Event as completed event.

1 Answer 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Prabhat
Top achievements
Rank 1
Prabhat asked on 08 Oct 2015, 09:38 AM

Hi,

 Is there any default function to mark an event as completed in Kendo Scheduler.

If not, Can you please help me with the process of marking an event as Read and changing the color of the event.

 

Thanks in Advance..

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 12 Oct 2015, 05:21 AM
Hi Prabhat,

The Scheduler events do not have a "completed" property by default. You could however, use a custom editor to allow the users to mark the event as completed. Then, you can use the Scheduler's dataBound event handler to iterate all visible events (using the view method) and change the background color of the corresponding HTML element. You can find the HTML elements using the data-uid attribute and the uid of the dataSource records.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Prabhat
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or