Hello Volker,
Unfortunately, we do not have such demo.
But you could try to create a workaround and I would like to suggest you one approach.
You could use jqxSortable (for a list of users “with pictograms” or another suitable widget) and use start
and stop
events.
When drop one item collect the info (var item = event.args.item[0]
), after that with calculation of offset (var offset = args.offset
), originalPosition, and etc.
And to update an particular item of the Kanban – this var items = $('#jqxKanban').jqxKanban('getItems');
could be useful and this one $('#jqxKanban').jqxKanban('updateItem', itemId, newContent);
.
I cannot warrant for this scenario.
Thank you for your understanding.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com