Hello,
We are in the process of converting a WinForms GoDiagram project into a WebForms style project. I’ve been extremely impressed with how easy this has been.
We understand the drag and drop limitations, but were hoping to use some of the functionality that we’ve seen in the examples between GoPalettes and GoViews. What we’d like to do is detect when a drag occurs from a GoPalette to a GoView and populate a seperate persistant model ( XML file, database, etc. ). From what I can tell, the ordering looks like:
GoView.RaisePostBackEvent
GoDocument.AddCopy
GoDocument.CopyFromCollection
…
Would doing something like overriding CopyFromCollection and sending out an event be a reasonable approach? I think that would work, but I wanted to check in case I was missing something obvious. Thanks!