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

I am developing an application in Window and WPF which uses grid-view extensively.
Kindly let me know any good gridview control in WPF which has all capabilities of Gridview also in which we can add child table.

Thanks in Advanced.
Posted

This Code Project article
WPF DataGrid Practical Examples[^]
may be helpful to you
 
Share this answer
 
The Infragistics Datagrid[^] provides hierarchy tree views for nested grids. You can have a look at it. Its not free, of course.
 
Share this answer
 
Comments
sheetal.gawde 23-Mar-12 0:32am    
Thanks for your reply. can this grid be used in Windows and wpf both. Also for VB.net and C#.net.
If not, please let me know if any other alternative third part tools for grid
Abhinav S 23-Mar-12 1:08am    
No in general you can't use the same grid in both versions (though some type of wrapping can help you call one in another). You can use the same grid in both VB and C#.

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