سؤال

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