I am using the XamDataGrid. I am binding the datagrid to an observable collection of objects. If my objects have string properties named Property1, Property2, and Property3, how can I show properties 1 and 2 in each row, and show property 3 when the row is expanded?
Thank you.
Robert
Well that was easy. Thank you. That is what I need.
Hello Robert,
I created a sample project for you showing the functionality you want to achieve. Please let me know if this is what you want or I have misunderstood you in some way.
Looking forward for your reply.
No, I could use some sample xaml. I could not get it working. Thank you.
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking through it and I suggest you set the IsExpandable Property of the Field you want to be shown as Child to True in order to achieve the functionality you want. You can read more about this here:
http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v11.1~Infragistics.Windows.DataPresenter.Field~IsExpandable.html
Hope this helps you.