Hi
Is it possible to use a Tab control inside the xamGrid content. I am referering to the ability of when expanding a row that the child rows can be presented inside a tab control. An example of this would be showing the parent row in a vertical format in one tab and showing a graphic in the other tab. This would also be useful when the expanded row has more than one child header. When showing muliple child headers viewing in a tab control would provide better viewing with each header in its own tab.
I could propably put up a popup window and handle it outside the xamGrid but I think that would get messy real fast.
Thanks
Rich
Hi,
Check this example from our samples browser - http://labs.infragistics.com/silverlight/lobsamples/2010.3/#/Samples/Grid/ColumnSettings/GridTemplateColumnLayout
This samples demonstrates the TemplateColumnLayout. You can set TabControl as a Template and bind to properties of your data object used for the parent row.
Have in mind that using heavy/complex controls in TemplateColumnLayouts might affect the vertical scrolling performance.
Hope this helps