Hi,
I see in the ReleaseNote that this bug has been fixed (https://github.com/jqwidgets/jQWidgets/blob/master/ReleaseNotes.txt#L178).
In my code, I am using bootstrap modal to let user update a field in an item of a column in Kanban board. I can ‘updateItem’ for each item in the columns for the first time as it is visible in the UI but when I am trying to update any item for second time, it is not updating and the new value for the field becomes null displaying blank on the UI item.
I tried to see if the ‘updateItem’ updates the underlying source data structure by using : source = $(‘#kanban1’).jqxKanban(‘source’) after the ‘updateItem’ method is invoked.
it is showing the initial source not any updated source value.
Is there a way to see the ‘source’ updated values? I would appreciate any insights/suggestions on this.
Best,
Smruti