GridViewRow row = e.OriginalSource as GridViewRow;
if(row != null)
{
var childGrid = row.ChildrenOfType<GridViewDataControl>().FirstOrDefault();
}
}
However, please in mind that the child grid will be null initially as it has not yet been loaded. So, in case the above approach is not appropriate for you, I would need a bit more details on your particular scenario so that to be able to suggest any further.
Greetings,
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items