Hi
I'm trying to implement multiple levels of column headers for a pivoted DataTable in a UltraWinGrid (see below image), but haven't been able to do it.
I know how to group columns, but that only allows me to group them with a single column group header. Is there a way to group columns using more than one column group level, or have some sort of "group of column groups"?
Thanks,Luis
Hi Luis,
The only way to have nested groups is to use RowLayouts. See the RowLayoutStyle property on the band. It's usually easiest to set up the layout at design-time, since RowLayouts can be pretty tricky to set up in code. So what you do is go to the grid designer and go to the band you want and selected RowLayout with Groups under the Column Arrangement Overview. Then you can go to the RowLayouts designer and set things up however you want.
Thanks Mike,
You pointed me in the right direction. This previous post was also helpful: http://ko.infragistics.com/community/forums/t/40913.aspx
- Luis