Click here to Skip to main content
15,860,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii..

I need to populate the multiple nested datagrids

like i have a first datagrid when a row in the first datagrid is clicked or selected below this row a second datagrid with related information from the row selected in the first datagrid will be displayed, similarly when a row in the second datagrid is selected a third datagrid will be displayed below the selected row. i need a hierarchy of datagrids, can it be achieved using RowDetailsTemplate or is there any alternate methods. I dont want to use "GroupDescriptions" of the pagecollectionview since i dont want to bring all the data in one shot.

Multiple Nested Datagrids

DataGrid1 --> Row Selected or clicked

Display Second DataGrid --> Row Selected or Clicked

Display Third DataGrid

Kindly suggest a solution

Thanks in advance
Honey sree
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900