Hi All, I'm using the grid and this example
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/selfreferencing/defaultvb.aspx
I'm also allowing drag and drop. Items can be dragged above or below another item, but not on top of. My goal is to drag one item on top of another so that I can set the parent/child relationship. In the example above, I'd want to set EmployeeID=7 to be a child of EmployeeID=3. Can this be done?
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/selfreferencing/defaultvb.aspx
I'm also allowing drag and drop. Items can be dragged above or below another item, but not on top of. My goal is to drag one item on top of another so that I can set the parent/child relationship. In the example above, I'd want to set EmployeeID=7 to be a child of EmployeeID=3. Can this be done?