This question is locked. New answers and comments are not allowed.
We have two Observable collections from the data returned by WCF service
1. Contains data from QuestionCategory table (CategoryId, CategoryName)
2. Contains data from QuestionMaster table (CategoryId, QuestionId,
Question)
We are trying to create a hierarchical grid in Silverlight. We are able to
display main grid with values from QuestionCategory and child grid with
values from QuestionMaster without any relation. When a user clicks on the
expand button of a row in the master grid, its showing all the values in the
child grid and not just the values for that specific CategoryId of the row
where the user clicked.
How can we achieve that?
1. Contains data from QuestionCategory table (CategoryId, CategoryName)
2. Contains data from QuestionMaster table (CategoryId, QuestionId,
Question)
We are trying to create a hierarchical grid in Silverlight. We are able to
display main grid with values from QuestionCategory and child grid with
values from QuestionMaster without any relation. When a user clicks on the
expand button of a row in the master grid, its showing all the values in the
child grid and not just the values for that specific CategoryId of the row
where the user clicked.
How can we achieve that?