I have three level of hierarchy.
1. Radgridview1.--.> add template1
2. template1.--> add template2
3. template2.
the problem is i want to expand component radgridview1 only which contain row from template1.
if i using code is like : RadGridView1.MasterTemplate.ExpandAll() all hierarchy include template2 will be expanded. if code is like : RadGridView1.MasterTemplate.Templates(0).ExpandAll() then nothing rows expanded. So how to expand Radgridview1 which contain template1 without expand template2 that own by template1.
thanks before