jQuery UI Widgets › Forums › Navigation › Expander › Getting Item Values
Tagged: javascript kanban, javascript kanban board, jquery kanban widget, jqxKanban, online kanban board
This topic contains 1 reply, has 2 voices, and was last updated by ivailo 8 years, 8 months ago.
Hi Jqwidgets team,
While updating particular item in the kanban control(on item double click) , how to get the resourceid?
Please guide me in this.
Thanks & Regards, Devi
Hi devi,
You can use itemAttrClicked event and get it’s argument itemId. For example:
$('#kanban').on("itemAttrClicked", function (event) { var args = event.args; var itemId = args.itemId; });
Best Regards, Ivailo Ivanov
jQWidgets Team http://www.jqwidgets.com
You must be logged in to reply to this topic.