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

Using DataRepeater control in Rad grid tree view

3 Answers 118 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prakash
Top achievements
Rank 1
Prakash asked on 09 Jul 2008, 06:19 AM
Hi ,

        Can i use a datarepeater control under a radgrid tree view? In detail, If i click the '+' sign in tree view ,the child items has to be displayed in a datarepeater control. If so how to implement it? Whether it is a good practice to improve the performance? Please post if there is a solution.


Thanks,
Prakash.

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 09 Jul 2008, 08:14 AM
Hello Prakash,

I'm not sure what you mean by "radgrid treeview" - can you clarify?

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Prakash
Top achievements
Rank 1
answered on 09 Jul 2008, 08:24 AM
Hi Vlad,

thank u for u'r reply.

Actually i'm having a RadGrid with 3 Hierarchal Levels. In the 3rd Level instead of GridTableview is it possible to have DataRepeater of DataList.

here is the structure of my RadGrid

<rad:radgrid>
    <MasterTableView> --------------------------- Level 1
          <DetailTables>
                <rad:GridTableView> ------------------ Level 2
                      <DetailTables>
                                     |--------------------------- Level 3
                      </DetailTables>
                </rad:GridTableView>
          </DetailTables>
    </MasterTableView>
</rad:radgrid>

so as the structure above i need to have DataRepeater or DataList Instead of another <rad:GridTableView>, is it possible.

Thanks
Prakash.C
0
Vlad
Telerik team
answered on 09 Jul 2008, 08:36 AM
Hi Prakash,

If this is Telerik.Web.UI version of RadGrid you can use detail template similar to this example:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Hierarchy/NestedViewTemplate/DefaultCS.aspx

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Prakash
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Prakash
Top achievements
Rank 1
Share this question
or