or
Note that i am currently trying to implement this without the PHP Wrapper.
Any help would be welcome !
.DataSource(dataSource => dataSource
.Ajax()
)
I want to use Server data binding instead of Ajax binding but whenever I omit the preceding code in my helper, the buttons for hierarchy don't show up.

Compilation ErrorDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0311: The type 'Shiner.ViewModels.CompanyEventVM' cannot be used as type parameter 'T' in the generic type or method 'Kendo.Mvc.UI.Fluent.WidgetFactory.Scheduler<T>()'. There is no implicit reference conversion from 'Shiner.ViewModels.CompanyEventVM' to 'Kendo.Mvc.UI.ISchedulerEvent'.Source Error:Line 19: Line 20: Line 21: @(Html.Kendo().Scheduler<Shiner.ViewModels.CompanyEventVM>()Line 22: .Name("scheduler")Line 23: .Date(new DateTime(2013, 6, 13))