You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I'm not very good at javascript, I'm using this plugin and I need to trigger a code behind when user drag items to one panel to another. Items are populated from db and basically I have to save the item state, question is: how can I get a reference to the involved item?
I have:
This returns the item index whitin the container but I don't know how can I get the reference to the db record (rapresented by the dragged item). Any help? Thank you
The text was updated successfully, but these errors were encountered:
Sorry, I'm not very good at javascript, I'm using this plugin and I need to trigger a code behind when user drag items to one panel to another. Items are populated from db and basically I have to save the item state, question is: how can I get a reference to the involved item?
I have:
This returns the item index whitin the container but I don't know how can I get the reference to the db record (rapresented by the dragged item). Any help? Thank you
The text was updated successfully, but these errors were encountered: