Profile Picture

Can I

Posted By Jacky Jin 12 Years Ago
Author
Message
Jacky Jin
Posted 12 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 12 Years Ago
Posts: 1, Visits: 1
I'm a new learner for Nevron Diagram for .NET. After some investigation, I feel this product is really powerful.
I have a question: Can a shape or group in the diagram be draggable and droppabe to the other position on the diagram(i.e. move the sharp/group freely)? I think this is a basic functionality but I can not find any function description in online docs this site provided. Also, I can not find any examples in Live demos/examples this site provided.

Thanks in advance if you could provide code examples or especially the live demos about this.


Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

Hi,

I guess you are talking about using the diagram in an ASP.NET environment. If that is the case, please take a look at the Flow Chart Builder Demo example. You can implement a pseudo drag and drop in WebForm but note that this will generate a lot of client -> server -> client communication and traffic and put a heavy load on your server, so it's better to implement a workaround as shown in this example. The main idea is to let the user click a shape to select it and then move that shape to the new location the user clicks on.



Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic