JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Kanban › Kanban task drag – how to find task details? › Reply To: Kanban task drag – how to find task details?
June 29, 2021 at 10:39 am
#101953
davout
Member
This is a little odd, and I’d say that this is a logical functional bug
The docs (https://www.htmlelements.com/angular/demos/kanban/overview/#toc-ondragend) so that this event is cancellable, but without knowing WHAT kanban the task was dropped into I can’t see how I can verify whether the event should be cancelled or not
What seems to be missing is a extra property in the details object to hold the drop target details, like
event,details.target.data {
status:
swimlane:
id|:
}