This question is locked. New answers and comments are not allowed.
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.
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.
