I notice Infragistics has WinForms & Silverlight treeview controls. Is there any reason why there is no WPF treeview control. Are Infragistics intending to develop such a control if so when ?
I added this question here because I believe there may be a way of customising the data grid to act as a treeview but this seems like a very cumbersome solution to me.
Drag & Drop outside the grid is not supported. If you want this behavior you would have to implement it with manual code. I have created a simple application about drag&drop records in the XamDataGrid. You can see it in my profile's attached files or on the link below
http://community.infragistics.com/forums/t/18509.aspx
Maybe you can find it helpful and use it as a base to create your own implementation for the treeview-like xamGrid.
Regards,
Alex.
OK thanks. I'll post any features requests in the link you provided in the meantime can you advise whether the 'grid' treeview has built-in drag and drop functionality.
Hello,
We currently do not have a TreeView control but as you said, the XamDataGrid acts in some ways as a TreeView. It supports many fieldlayouts (levels) and can be easily turned into a treeview ( all you need is a treeview-like underlying class as a DataSource). I believe we had a feature request about including connection lines just like the treeview.
We encourage you to suggest your request for features, new controls, extending existing controls on this link and we will try to include them in future releases.