Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I've got a Kanban control in a vbhtml /MVC form which gets its data from a url.
This works fine and displays the data.
If a card is moved to another column, a post is made to my updaterurl which changes the data, another post is made which retrieves the revised data but this ISNT updated on screen, the card returns to its original position.
refreshing the whole page DOES move the card.