Hi, i´m totally newbie to the component. So maybe it´s quite a simple question. I just want to group by year a data set i have.
This is what i have now:
And this is what i want to achieve:
Is it possible?
Thanks!
Hello Gorka A,
Thank you for posting in our forums!
With the type of grouping you are looking for, using the UltraPivotGrid instead may actually give you what you are looking for.
You can find more information on using the UltraPivotGrid in our documentation here.
If you decide to stay with the UltraGrid, grouping isn't designed to work in this way. You would need to restructure your data source that you are binding to the grid in order to display the data this way. e.g. Fields for CR2015, CS2015, MJ2015, CR2016, etc...
Please let me know if you have any further questions or concerns with this.
Hi again
Seems that what we need is more complex.
Is it possible to create a FlatDataSource dinamically from the data of a DataTable?Thanks in advance, Gorka.
Hi Gorka,
Please take a look at our FlatDataSource DataAdapters and let me know if these work for you.
You can find more about them in our documentation here:
https://ko.infragistics.com/help/winforms/winpivotgrid-using-the-flatdatasource-dataadapter-classes
Looking forward to hearing from you.