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.
You can set up a header to do this by using the Column.HeaderTemplate property.
<ig:XamGrid> <ig:XamGrid.Columns> <ig:TextColumn Key="Name"> <ig:TextColumn.HeaderTemplate> <DataTemplate> <TextBlock Text="Hello"></TextBlock> </DataTemplate> </ig:TextColumn.HeaderTemplate> </ig:TextColumn> </ig:XamGrid.Columns> </ig:XamGrid>
How about a way of stacking the Words of a Column Header when the Header Text is long, but the data column is narrow?
any news?
this feature would be very helpful....
Thanks....
We are also waiting for the same, I already posted this issue
http://forums.infragistics.com/forums/p/34842/198322.aspx#198322
The feature you're looking for is definitely on our backlog, though as of now, no specific schedule has been set for it. Your feedback certainly helps us prioritize it among our other features.
Devin