Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I need to create a DataGrid to display collection of objects in WPF. The collection comes at run-time and is different most of the times.

The properties of the object can further be a collection.So each cell should be capable of displaying a sub-data-grid in itself, and this can extend up to nth level.

How to create such a DataGrid in WPF
Posted
Updated 8-Jul-13 0:37am
v3
Comments
Sushil Mate 8-Jul-13 6:34am    
what are the objects? images?

1 solution

For this you have to create an User Control which only have DataGrid in it. and in this user control create a method that will accept the list of your collection and also call this method recursively until your object has any collection.
 
Share this answer
 
Comments
brijgogogo 8-Jul-13 8:00am    
I am new to WPF. Could you provide some sample or reference ?

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