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

Where is MeetingViewModel?

2 Answers 174 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 03 Nov 2015, 05:46 AM

I am including the following 2 libraries:

 

using Kendo.Mvc.UI;
using Kendo.Mvc.Extensions;

 

However, I am not able to do this:

List<TaskViewModel> inlineDefault = new List<TaskViewModel>();​​

2 Answers, 1 is accepted

Sort by
0
Accepted
Vladimir Iliev
Telerik team
answered on 04 Nov 2015, 12:46 PM
Hello Aaron,

The pointed "TaskViewModel" is not part of the "Kendo.Mvc.dll" library but instead it's part of the offline examples that comes with your UI for ASP.NET MVC installation and it's not required. The Scheduler requires only the "ISchedulerEvent" interface to be implemented in the used view model - for more information I would suggest to check the following guides:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Aaron
Top achievements
Rank 1
answered on 06 Nov 2015, 10:55 PM
Thank you very much.  Dowloading the demos and understanding how they work helped me get me on the right track to begin adding the required support for my app.  It also helped that I had some experience w/the Grid component.
Tags
Scheduler
Asked by
Aaron
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Aaron
Top achievements
Rank 1
Share this question
or