This question is locked. New answers and comments are not allowed.
Hello,
I'm trying to find a way to do something different with the GridView's header. Below is a sample structure. Note that my first column is a complex one with a few items bound to several controls in its DataTemplate.
--------------------------------------------------------------------------------------------------------
| Column 1 Header | Col.2 Hdr. | Multi-column hdr. (shared for 4 & 5) | Col. 5 Hdr. |
| | | specific to Col. 3 | specific to Col.4 | |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
Is there a way to do this with a header template? Or by adding 2 rows styled as a header to the grid after the grid has been bound? Or any other way?
Thank you!
-VK.
I'm trying to find a way to do something different with the GridView's header. Below is a sample structure. Note that my first column is a complex one with a few items bound to several controls in its DataTemplate.
--------------------------------------------------------------------------------------------------------
| Column 1 Header | Col.2 Hdr. | Multi-column hdr. (shared for 4 & 5) | Col. 5 Hdr. |
| | | specific to Col. 3 | specific to Col.4 | |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
| [Photo] Name | | | | |
| Address | data... | data..... | data... | data... |
--------------------------------------------------------------------------------------------------------
Is there a way to do this with a header template? Or by adding 2 rows styled as a header to the grid after the grid has been bound? Or any other way?
Thank you!
-VK.