The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
GGGowtham Gunashekar Syncfusion Team April 30, 2021 11:37 AM UTC
Hi Wasim,
Please refer the following sample for how to get the dropped node’s target lane id using the drop event. In the sample we have added a drop event, it will trigger whenever the user drop a node into lane. The target property of the drop event argument will return the where the node is being dropped.
Code snippet:
public drop(args: IDropEventArgs) {
if (args.target && (args.target as SwimLaneModel).isLane) {