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

Grid with nested Listview

1 Answer 154 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 16 May 2012, 06:00 PM
Hello,
I am working with a RadGrid that has a nested ListView control on each row. I have datakeys identified in the MasterTableView and also in the NestedViewSettings for the NestedViewTemplate. I have two separate SqlDataSources created, one for the Grid and one for the ListView. When the page loads, the Grid is populated with the correct datarows from the source, but when I expand the view to show the ListView for each row, the data retrieved is the same for each row in the Grid.

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 18 May 2012, 09:42 PM
John:

Are you sure that your RadListView query is being properly filtered using a parameter, as demonstrated in the somewhat similar scenario offered by this online demo?

Grid/Master/Detail Grids


If you can't get this working, you'd need to post your code and your queries.

Hope this helps!
Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or