Hi All,
i want to display parent and child records in wpf grid. My requirement is i want show records in grid like tree view.
If we click on + symbol i want show all child records.
Please help me.
Regards,
jeevan.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ravikant sonarePosted Nov 15, 2017, 5:54 AM
Khargesh RajputPosted Mar 29, 2015, 12:40 PM
Tom MohanPosted Mar 29, 2015, 12:13 PM
The solution of your requirement is here http://blogs.msdn.com/b/mrochon/archive/2009/10/16/displaying-hierarchical-data-in-the-datagrid.aspx
This the silverlight version, Don't worry about silverlight, download the project copy the rowdef, griddef, columndef, LevelToMarginConverter and xaml to your wpf solution. That will work. I hope you got the solution.