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
675
Trouble binding xamdatatree to dataview
posted

I have a ViewModel that exposes a DataView called MyTechGroupsDataView.

This DataView is the default view of a table called "DispatcherGroups" which contains a column called "Name".

I'd like to bind the XamDataTree to the DataView and have the top level nodes be the rows in the "DispatcherGroups" table.

Could someone post a sample of how to bind to a DataView?