I have a situation where I have a XamDataGrid inside a ControlTemplate. I would like to use a DataTrigger to change the FieldLayouts of the grid. Is this possible? From what I can tell you can't set the FieldLayouts in a Setter because it's a collection. Same thing with FieldLayout.Fields since it's also a collection.
Hello,
I believe this is almost the same issue on the link below:
http://forums.infragistics.com/forums/t/25467.aspx
Alex.
Not exactly FieldLayouts is a property on XamDataGrid. It has to do with the fact that it's a collection. I looked into some WPF forums and found it's a limitation of WPF. Hopefully they'll support it in the future.