Hi:
I have a RadGrid and RadTree that are tied to a SqlServer database. When I click on a node which is represended by a Category ID, it brings up a list in the Grid of all Products that have that CategoryID. I would like to be able to drag a row from the grid to another node on the tree and update the database so that that product now shows up under the new category.
I am able to extract the ProductID in the NodeDrop event. What I am having difficulty doing is extracting the CategoryID from the node that I am hovering over. Partly this has to do with my limited ability to speak javascript. Any help in doing this would be greatly appreciated.
Roger
I have a RadGrid and RadTree that are tied to a SqlServer database. When I click on a node which is represended by a Category ID, it brings up a list in the Grid of all Products that have that CategoryID. I would like to be able to drag a row from the grid to another node on the tree and update the database so that that product now shows up under the new category.
I am able to extract the ProductID in the NodeDrop event. What I am having difficulty doing is extracting the CategoryID from the node that I am hovering over. Partly this has to do with my limited ability to speak javascript. Any help in doing this would be greatly appreciated.
Roger