0
Answer

WPF - Master Details datagrid

Hello,
 
I need a Master - Details datagrid functionality. In which clicking on master grid row, will bind details of that in details Grid.
 
I.e. Suppose master Grid contains customer details, clicking on any customer will bind, order details for that customer in details grid.
 
I want to achieve this using SQLLIte, Entity framework in c# WPF.
 
Any suggetions would be appriciated
 
Thanks & Regards,
Vaidehi Shah