What's the easiest way to find the parent row of a nested grid that you just dragged and dropped to (ie destination).
Here's what I have and it works fine but I know there's a simpler way because I remember seeing one like a year or so ago and just can't remember.
This does give me the parent row of a nested grid when I dragged and drop on the nested grid, but like I mentionned there's a simpler way and I just can't remember it.
Thanks
Here's what I have and it works fine but I know there's a simpler way because I remember seeing one like a year or so ago and just can't remember.
| DirectCast(e.DestDataItem.Parent.Parent.Parent.Parent.Parent.Parent, Telerik.Web.UI.GridNestedViewItem).ParentItem |
This does give me the parent row of a nested grid when I dragged and drop on the nested grid, but like I mentionned there's a simpler way and I just can't remember it.
Thanks