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
65
Bind xamDataGrid to arbitrary XML (Express version)
posted

Is there a means for binding the grid to an arbitrary XML source? In my application I view a list of XML tags in a treeview. I was considering replacing this with a xamDataGrid bound to the XML with the intent of showing an expandable tree of tags with the content of the tag shown in a second column and, possibly, details of attributes in further columns. The key problem is that I cannot predict the contents of the XML document.

Is this possible?