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

[Solved] hierarchical view of silverlight gridview

1 Answer 71 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.
Subhash Chandra
Top achievements
Rank 1
Subhash Chandra asked on 31 Oct 2009, 07:11 PM
Hi,
   I am Subhash.

I have a problem and past 7 days, I am trying to find the right solution.
I have a telerik silverlight  gridview.

My requirement is to show the gridview in hierarchical mode and the data should come from WCF service.

So I have to get the records from WCF service using  2 sql queries.
I am executing both the query separately and saving in separate datatable.
After that I am creating a relationship using dataset between the two  datatable and  respective primary key columns .

Now The data in dataset is relation based data.

Now I have to bind these data to gridview so that the gridview show in hierarchical mode.

How shall I do that?.

*Note---  I do not want  to use property relation like silverlight firstlook example.
The result should be based on table relationship.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 02 Nov 2009, 07:00 AM
Hi,

You've missed my answer here.

Sincerely yours,
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
Subhash Chandra
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or