Hi,
I have specified NodeClickedScript on my DiagramView and it works just fine for most of my nodes. However, some do not work.
I have placed an alert in the called function, but I get nothing for the nodes in question.
Here's my DiagramView declaration:
<ndiag:DiagramView ID="DiagramView1" runat="server" ClientSideMode="ImageMap" Behavior="DoNothing"
Height="100%" NodeClickedScript="onClientNodeClicked" OnCreatingAreaElement="DiagramView1_OnCreatingAreaElement"
LinkClickedScript="onClientLinkClicked" EnableViewState="true">
</ndiag:DiagramView>
I have attached 3 files:
- One showing the page source with callouts
- One showing the function that is supposed to be called
- One showing the diagram itself
I am passing semicolon delimited values in the node's Tag field, which I see in the EventArgs in the page source. Could the issue be data related?
Any advice would be appreciated.
Thanks in advance.
Jim