Is it possible to make xamDataGrid to look like a tree with multiple columns?
I tried to turnout header labels on xamDataGrid, that makes it look like a single column tree. But if I add more columns then all of them have offset, like the first column. I want that all columns, except first, have no offset, just like on the picture above.
Hi rizwanf,
The xamDataGrid component from the NetAdvantage for WPF 2008 Volume 2 release does not supportthe above-mentioned functionality.If you would like to see this feature implemented in a future release version, please submit a feature request <http://devcenter.infragistics.com/Protected/RequestFeature.aspx >
Best Regards,Yanko
Thank you for the answer. I will have to look for another grid/tree.
Hi,
XamDataGrid does not currently support the functionality you described. There might be some way to use two XamDataGrids next to each other, in a ScrollViewer, to emulate that behavior.
Josh