Rank: Member Groups: Member
Joined: 9/13/2011 Posts: 11
|
I need to do a drag-Drop from a Grid Item(row) to a node in a TreeView. Can this be done and do you have example
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. I do not think so. You can do it the other way around: from TreeView to Grid, but can not drag from Grid to TreeView. The reason is TreeView does not allow you to dynamically create nodes on the client side.
Thanks
|