Replies: 1 comment 3 replies
-
Thanks for the report. Is this behavior you're observing also present when running on UWP or WinAppSDK (the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a ContentList that has:
The DataGrid ItemsSource bounded class we have:
It looks like the only way to make this work is that the ContentList items and the Grid's ItemsSource have a property with the same name. What are the alternatives when they don't. I had work with other data-grids in WPF and there is always a way to setup what is sometimes called "ValueMemberPath", I spend time looking for answers without success.
Can someone provide some alternatives to solve this issue? help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions