We are using the WinPivortGrid with the Infragistics.Olap.FlatData.FlatDataSource.
Is it possible to create and populate Dimension Groups when using the FlatDataSource ?
If the answer is Yes, could you please provide a brief example of how to do that .
Best Regards
Hi,
Thank you for posting in our forums.
You can use the HierarchyDimensionGrouping property and set it to ByCategory in order to group the dimensions by their category, which you can define by using the Category attribute on the public properties of the class that is used by the FlatDataSource.
I have attached a sample in order to demonstrate this suggestion.
Please let me know if you have any additional questions.
Hi Dimitar
The example is great, is what I was looking for and answers my question.
I am going to work through it.
Thank you very much.