I've got a kanban control that i'm trying to allow editing on.
The Kanban populates correctly, from the post to /stock/datasource2
if you double click to edit a card, or drag it to another column, I get the post to /stock/update which does change the datasource.
There's then another post to /stock/datasource2 which DOES retrieve the updated details
however these arent displayed - the card returns to its original position.
If i reload the page, then the card moves to its new location.
Any ideas where I can fix this?