All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
You can find the corresponding parent row like so:
private
void
childGrid_RowActivated(
object
sender, Telerik.Windows.Controls.GridView.RowEventArgs e)
{
var parentRow = e.Row.ParentOfType<RadGridView>().ParentRow;
}
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.