This question is locked. New answers and comments are not allowed.
</telerikGridView:RadGridView.Columns>
<telerikGridView:RadGridView.HierarchyChildTemplate>
<DataTemplate x:Name="DetailLine">
<telerikGridView:RadGridView x:Name="LineDetailsGrid"
ShowGroupPanel="True"
IsReadOnly="True"
Loaded="LineDetails_Loaded"
AutoGenerateColumns="False">
In C# how to get hold of "LineDetailsGrid" when the parent grid is available.Basically how to find the controls within a HierachyChildTemplate ?
Not through any events.
Any help would be appreciated.
