I need a specific functionality which is TimeLine View in Kendo UI scheduler (http://demos.telerik.com/kendo-ui/web/scheduler/index.html)
Something like this: http://docs.dhtmlx.com/scheduler/timeline_view.html
This is something Kendo is planning for future releases but the problem is I need this right now. The slot in scheduler All day supports some of that functionality but there are a few changes necessary (the events cant dissapear if they are shorter than one day and snap functionality must be off).
Kendo is able to provide support only for the solutions that are now implemented.
Since most of the functionality is in .js scripts you download do you maybe know if its possible for me to modife them to get what I need ?