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

[Solved] Hierarchical view using silverlight datatable

1 Answer 167 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.
Harish
Top achievements
Rank 1
Harish asked on 18 Nov 2010, 05:05 PM
Hi,

I have been using silverlight datatable to bind the data from stored procs to the grid. I have a scenario where I have two datatables that needs to be bound to the grid so that I view it in a hierarchical view. There is 1-n relation between the two datatables. The columns in both the datatables keeps changing however both the datatables have column name ID as key. Is it possible to merge and view such a datasource?

-Hari

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 23 Nov 2010, 02:26 PM
Hello,

 You can declare your child grid in HierarchyChildTemplate and use Loaded event of the child grid to load your child data in this case.

Greetings,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
GridView
Asked by
Harish
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or