Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello all,

I want to be able to

1) Bind a collection to WPF datagrid through XAML
2) My collection is dynamic (both datawise and memberwise). This means that the number of property members could be different thus resulting in dynamic no. of columns in datagrid
3) I want to show only a few selected properties in the collection as datagrid columns
4) I want to show a friendly name for the properties instead of the property name

How to achieve this functionality?

Thanks.
Posted
Comments
Richard C Bishop 4-Oct-13 16:51pm    
Write some code.
Nelek 4-Oct-13 19:10pm    
please read these links, it will help you to get better answers:
What have you tried?[^]
How to ask a question?[^]

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