jQWidgets Forums

jQuery UI Widgets Forums Scheduler Resource Problem

This topic contains 3 replies, has 2 voices, and was last updated by  Adamt 9 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Resource Problem #83974

    Adamt
    Participant

    Hello,

    I’m having an issue with the scheduler. I have to resources “Machine1” And “Machine2”. Randomly sometimes the scheduler doesn’t split the appointments by Resource just showing all the appointments in one calendar. I can get my head around what I’m doing wrong. Most of the times it’s working…
    Please check the video on the following link:
    I’m using JSON to populate data:
    Here is the code i’m using:

    Any idea what I’m doing wrong?

    Best Regards:

    Adam

    Resource Problem #83975

    Adamt
    Participant

    Sorry the links are missing:

    Please check the video on the following link: https://drive.google.com/file/d/0B4UeOZmMU5PHWnBRcHMxRUU0YW8/view?usp=sharing
    I’m using JSON to populate data: http://pastebin.com/CzKFiaMT
    Here is the code i’m using: http://pastebin.com/6BFi50tw

    Resource Problem #83979

    ivailo
    Participant

    Hi Adamt,

    Please, use async:false, in your source.

    By default, all requests are sent asynchronously (i.e. this is set to true by default). If you need synchronous requests, set this option to false. When the binding is “asynchronous”, the data binding operation occurs in parallel and the order of completion is not guaranteed.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Resource Problem #83984

    Adamt
    Participant

    Hi Ivailo Ivanov,

    It’s working now. 🙂
    I really appreciate your help in resolving the problem.

    Best Regards,

    Adam

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.