In this post i ll show how to dynamically create grouped columns. This new feature was introduced in Infragitistcs WPF v16.1. This post is based on the previous one, so if you have not read it yet you might want to do so. The attached behaviour class is more complex in this scenario to support the hierarchical…
Infragistics XamDataGrid – Dynamic Columns using Attached Behavior
I am sharing the code of an Attached Behavior that dynamically populates the columns of an Infragistics data grid; XamDataGrid Control. This post is based on XamDataGrid–Dynamically Create and Data Bind Columns with an Editor of your Choice. So What’s New Here? The dynamic column creation implementation is packaged up in an extensible and unit testable…