Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
How to sort resouces and appointments in WebDayView with multiple resources view
posted

I have problem to sort resource's appointment in webdayview with multiple resources

for instance, in this webdayview, I have multiple resources Conf.Room A and Conf Room B (From left to right), but in the WebDayView, the resources' appointments are sorted oppositely (Room B - Room A).

Is there any way to arrange the order of resources' appointments in WebDayView so that  the resources caption and resources' appointments keep the same order?


Parents
No Data
Reply
  • 15979
    posted

    Hello y1lin,

    Thank you for posting on Infragistics forum.

    Normally the sorting of the appointments is done automatically and is based on their StartDateTime and on their Duration. When they are sorted by these criteria additional sorting is made on Subject in alphabetical order.

    This kind of sorting is made in order to ensure proper operation of the schedule controls and components.

    Is the data provided for the schedule ordered in some way or you are using random data for it?

Children