jQWidgets Forums

jQuery UI Widgets Forums Layouts Kanban Kanban item rendering on multiple kanbans

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 8 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Kanban item rendering on multiple kanbans #88947

    Dmitro
    Participant

    Hello, i has issue with item dragging on multiple kanbans. If you replace item from one kanban to other, you cannot call itemRender function because its first argument is “item”, and when “itemMoved” event fires there is no item in newkanban, it is still in old kanban.

    Kanban item rendering on multiple kanbans #88989

    ivailo
    Participant

    Hi Dmitro,

    Thanks for the feedback. We will investigate this behavior.

    Like a workaround, you can update the moved item after a small timeout. Then the itemRenderer will be executed.
    You can bind to the itemMoved event and use this approach when oldParentId and newParentId are not equal.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.