Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ReadMe.md

Calendar view for Events widget using Kendo Scheduler

The following sample demonstrates how to add a calendar view using Kendo Scheduler in Sitefinity Feather Event widget.

Prerequisites

  • .NET Framework 4.5 or higher
  • Feather 1.6 or later

Using the Calendar view of the Events widget

  1. Clone the feather-samples repository.
  2. Open KendoEvents project in Visual Studion.
  3. Check if version of Feather nugets referenced in KendoEvents project is the same as the version that you have in your project. It they are different make sure to upgrade the KendoEvents project to your version.
  4. Build the KendoEvents project.
  5. Reference the KendoEvents.dll from your Sitefinity’s web application.
  6. Copy SitefinityWebApp/Mvc/Views/Event/List.Scheduler.cshtml to your web site root path ~/Mvc/Views/Event/List.Scheduler.cshtml.
  7. Scheduler is now an available option to choose a view in list settings of any Event widget instance.