Hello,
we have a new Request to Pin and Move Grouped Columns:
When we now move "Grinding machine..." so the complete group should be moved and not just the HeaderColumn.
Is that Posssible?
Hello CSchmitt,
The answer to your question is yes. An entire FieldGroup (all of it's Fields and Header) can be moved by default among the rest of the Fields/FieldGroups whether it is fixed (pinned) or not.
I have atttached a sample application, that uses the approach from above.
If you have any questions, please let me know.
Thanks for your Quick Answer.
I looked at the Project but I can't get it worked with 15.2.
It always says:
Error 2 The name "FieldGroup" does not exist in the namespace "http://infragistics.com/DataPresenter". C:\Users\j5sx1h\Desktop\XamDataGrid_sample\XamDataGrid_sample\MainWindow.xaml 18 6 XamDataGrid_sample
Error 3 The tag 'FieldGroup' does not exist in XML namespace 'http://infragistics.com/DataPresenter'. Line 18 Position 7. C:\Users\j5sx1h\Desktop\XamDataGrid_sample\XamDataGrid_sample\MainWindow.xaml 18 7 XamDataGrid_sample
Error 1 The type 'dataPresenter:FieldGroup' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Users\j5sx1h\Desktop\XamDataGrid_sample\XamDataGrid_sample\MainWindow.xaml 18 7 XamDataGrid_sample
So not sure whats the problem.