Jordan Trajkov

Jordan Trajkov

  • 1.5k
  • 163
  • 9.9k

How to create ajax function using dragula drag and drop in asp.net

Dec 16 2020 1:36 PM
Hello guys, i have 3 different repeater controls designed with bootstrap 4 and dragula jquery library, they read items from database and display them in the page by status type in the database. You can see how they looks like here:
 
 
Now when i move items with drag and drop from one to another repeated they work nice, but that is temporary state, after i refresh the page they all bring back the state from database.
 
Bootstrap use Dragula jquery library for drag and drop.
 
My question is, is there anybody who have created ajax function using Dragula api to save the new state of the items after they are move with drag and drop?

Answers (4)