Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104536
    Anton Ruhl
    Participant

    If I use updateTask(), then on a large number of tasks (> 300 elements) the UI starts to slow down. The update process takes up to 15 seconds. How can I solve this problem?

    #104550

    Hi,

    You may try using beginUpdate and endUpdate methods.
    Invoke the beginUpdate before the many updateTask invocations. After updating the task call the endUpdate method.
    This should help improve the performance.

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.