Is there currently support for stacked headers built into the control? If not, I'm already headed down the TemplateColumn.ItemTemplate route and I'm struggling to maintain the built in header style support for sorting, grouping, filtering, etc.
Hi,
Each Column offers a HeaderTemplate property for customization.
However, I don't completely understand what you're looking for.
If you could provide more details or even a screenshot of what you're trying to achieve, that'd be very helpful.
Thanks,
-SteveZ
Below is an example of an Infragistics ASP.NET web grid. Your grid, in the ASP.NET world, allows you to stack headers and maintain the functionality of sorting, grouping, resizing, etc. For example, the grid below allows the user to click on the "Act" header and sort the data. I'm successful in acheiving the look of stacked headers with HeaderTemplates, but not as lucky with the functionality. What template in your Silverlight grid should I model in order to stack the headers without loosing "header functionality".