Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
XamDataGrid: How to show some columns when row is expanded?
posted

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