Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
610
Grouped Dimensions with FlatDataSource
posted

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

Parents
No Data
Reply
  • 23930
    Offline posted

    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.

    WFDS_GroupedDimensions.zip
Children