Вопрос

Is there a way to custom sort the kendo scheduler? I am using a kendo scheduler on an MVC project and I have sorted the data the way I would like to see it on the calendar on the back end, but the calendar seems to sort it automatically in time sequence. I would like to sort it on a different parameter. Can this be done?

Это было полезно?

Решение

One of the goals of the scheduler widget is to display the events in the time slots they are occurring. As a results events are always sorted by their time. The only way to implement custom sorting is via custom scheduler view. The custom view code library project shows how this could be done.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top