Sign in to follow this  
assaf_wr2000

default x and y values after submit in Drag-Node chart

Recommended Posts

Hi all.

After submit, I found that the new nodes are getting default x and y values (0,100 in my case) instead of where the user initialized the node.

For example, after the user created new node named: '111' in the middle of the drag-node chart, I took the new xml with C# function: Request["strXML"], and I found the new relevant set, where the X and Y set to 0 and 100:

<set id='111' x='0' y='100' name='111' height='30' width='30' shape='RECTANGLE' color='AFD8F8' />

Any suggestions?

Assaf

Share this post


Link to post
Share on other sites

Hi,

 

 

 

We do not create new nodes based on user's click position. But the user can drag it around after creation.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this