Rank: Member Groups: Member
Joined: 8/19/2011 Posts: 15
|
I have a TreeView with a right mouse context menu enabled, the issue I am having is how to pass the nodes value through to a Javascript function when I select an option from the context menu, do you have any examples of this ?
It's ok, found out what I was doing wrong, I was trying to access the details via the individual context menu 'OnClickScript', instead of using the Menu's 'ClientSideOnItemClick' method.
Thanks Simon.
|