This is a migrated thread and some comments may be shown as answers.

[Solved] How to get control inform under the HierachyChildTemplate

1 Answer 36 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Deepak
Top achievements
Rank 1
Deepak asked on 06 Nov 2009, 04:10 AM

 

 


</
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.

 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 06 Nov 2009, 06:05 AM
Hi Deepak,

If you do not want to use events I'm not sure how will find these. Can you explain a bit more?

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Deepak
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or