Click here to Skip to main content
15,886,791 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Hello..

I am searching a solution for a problem that i am fcing right now..

I have implemented an WPFapplication of Nested Datagrids
In that now I had a parent datagrid with many rows and when each row is clicked a related nested grid gets displayed...

But what I Need right now is that..
I Need a + symbol to apperar at the left most side of each row in the parent datagrid.,. so that when that + symbol is being clicked then only the related nested datagrid will get apperaed..
since am a fesher in WPF appliaction I am striving to find a solution for this problem..

I request anyone to plz help me out in finding the answer for this

Thanks In Advance
Honeysree
Posted

1 solution

Hi , if you are expecting a whole solution represented via bunches of code and XAML , you will frustrated ;)) Because there are a lot of work to do for reach neccessary result.

But have you ever try to use Google search?)

so i;m going to provide you with some links:
Tree with listview control
[^]

http://stackoverflow.com/questions/3457107/wpf-handle-editable-hierarchical-data-treeviewdatagrid-hybrid[^]

http://blogs.msdn.com/b/mrochon/archive/2009/10/16/displaying-hierarchical-data-in-the-datagrid.aspx[^]
 
Share this answer
 
Comments
Espen Harlinn 28-Dec-12 8:57am    
Nice links :-D
Oleksandr Kulchytskyi 28-Dec-12 9:04am    
=)))

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