Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Client Side Events Drag and Drop
posted

I can get the get_destNode(); mo problem and it lets me get the get_key(); from it. Although what I really want is the source node and so far I can only see a method called get_sourceNodes(); but I only want a single node not an array of nodes. Can anybody help me with his please?

Parents
  • 49378
    Verified Answer
    posted

    Hello Neil,

    The get_sourceNodes function of the event argument returns a javascript array through which the source node itself can be accessed. In this scenario this would look something like:

    evetnArgs.get_sourceNodes()[0]

    Hope this helps. Please do not hesitate to contact me if you have any questions.

Reply Children
No Data