Hi , I am using 2 grids among them one is rad detail grid. I need to drag n drop rows from normal grid to detail grid. Is there any way to find the datakey of detail table row on which the row from 2nd grid is dropping. Please help..
Refer to RadGrid's Rows-Drag-Drop demo for an example on how to do that. Note RadGrid's RowDrop event. Inside, you can see how the e.DestDataItem.GetDataKeyValue() method is used to retrieve the data key of the destination data item. Note that the destination item's OwnerTableView needs to have the field you are trying to access in the DataKeyNames collection.