I am trying to make the drag and drop from a tree view put the dragged content into the appropriate section of a hierarchical grid (adjacent to the row it was dropped on).
I am capturing the itemIndexHierarchical of a row in the OnRowMouseOver event on the client. I am saving this in a hidden field so that I can look up the row in some server code (the event handler for the tree view drop event).
How can I get the row and or dataKeyValues given the itemIndexHierarchical key? Surely there is a server side call that can do this for me, am I missing something?
Thanks,
Kenny Long
I am capturing the itemIndexHierarchical of a row in the OnRowMouseOver event on the client. I am saving this in a hidden field so that I can look up the row in some server code (the event handler for the tree view drop event).
How can I get the row and or dataKeyValues given the itemIndexHierarchical key? Surely there is a server side call that can do this for me, am I missing something?
Thanks,
Kenny Long