Hi,
i have a hierarchical DataSource and i dont want to show the header of the hierarchical data in each expanded row. The header of the hierarchic element should be direct below the top level hearder.
I know that there was a property for hierarchical header in UltraWinGrid (Win forms) which called HeaderPlacemen.FixedOnTop.
I hope that there is an similar property in Wpf. I didnt found it yet.
Thanks
axel
Hi uxilator,
I could recommend you to become familiar with the ExpandableFieldRecord Display Modessample from the NetAdvantage for Win Client WPF 2008 Volume 2 xamFeatureBrowser
NetAdvantage for WinClient WPF xamFeatureBrowser->xamDataGrid->Layout and Behavior->ExpandableFieldRecord Display Modes
I also advise you to take a look at the following topics from the online documentation:
1. Records <http://help.infragistics.com/Help/NetAdvantage/WPF/2008.2/CLR3.X/html/xamData_Terms_Records.html>
2. ExpandableField Record <http://help.infragistics.com/Help/NetAdvantage/WPF/2008.2/CLR3.X/html/xamData_Terms_Records_ExpandableFieldRecord.html>
Best Regards,Yanko
Hi Yanko,
thanks for your reply. Maybe my definition of header is wrong because i dont find any solution at your links regarding my problem.
The following grids are Infragistics Grid for WinForms.
The first image shows excactly what i dont want.I want the Header of the 2nd level fixed on top, so that it is only shown once.
The next picture is exactly what i am looking for. The difference in both grids is the HeaderPlacement Property in the grid.It is set to"FixedOnTop" in the following grid. Thats why i was talking about header :)
I hope there is a way in xamDataGrid too to do that.
Thank
Axel