Hello ganesh,
Grouping is only possible programmatically, grouping through the UI is not. Here's more information regarding the limitations of the control:
http://help.infragistics.com/Help/Doc/WPF/2015.1/CLR4.0/html/xamTreeGrid_Limitations.html
For more information about programmatically grouping and grouping itself, please, refer to the following topics:
http://help.infragistics.com/Help/Doc/WPF/2016.1/CLR4.0/html/xamDataPresenter_Sorting_and_Grouping_Fields_Programmatically.html
http://help.infragistics.com/Help/Doc/WPF/2013.1/CLR4.0/html/xamDataGrid_Grouping_Overview.html
Please feel free to let me know if you have any further questions or concerns.
Thanks for help. Can we have Group By functionality in XamTreeGrid same as XamGrid ?
Thank you for contacting Infragistics. In version 15.1 we have introduced the xamTreeGrid control which I believe is what you need. The xamTreeGrid is a control from the Data Presenter family which arranges data in a tree grid layout. Essentially the control is a xamDataPresenter that implements a single view (a TreeView) which cannot be dynamically switched. For more detailed information on its capabilities and usage, please refer to the following topic:
http://help.infragistics.com/doc/WPF/2016.1/CLR4.0/?page=xamTreeGrid.html
In the future, instead of using old threads, I would suggest creating a separate thread for each of your questions. This way the communication would be easier and there would be no confusion about the issues. Also other community members that have similar issues would be able to benefit from the threads too.
I am using the Infragistics latest version 15.2. Still the column headers are visible in XamGrid when I display tree structure data in XamGrid. Is there any other way to hide the headers? or display headers only at the top level(Only once).
Hi Alex,
I've tried setting ExpansionIndicatorDisplayMode="CheckOnDisplay" with v.10.1 but that caused the expand/collapse indicator to not show up at all.
Thanks.