Does anyone have any experience with a good wpf pivot table control?
|
|
DevExpress Grid control has good pivot functionality. Used it for Winforms a lot. I think the WPF version is also available. |
||
|
|
|
|
The Xceed WPF Grid looks like it has a lot of great capabilities. We use their WinForms grid and it does a pretty good job. They have a demo app you can download that shows off the different ways you can use the grid. |
||
|
|
|
|
If possible, I also need to be able to drag column headers and make them row headers and have the data summarize and group accordingly. Something along the lines of old ActiveX DataDynamics Dynamicube. http://www.datadynamics.com/Products/ProductOverview.aspx?Product=DC Auto Summary, Filtering of the Data Items being used, etc. without having to write a lot of code to do it in a custom fashion. |
||
|
|
|
Alternative: |
||
|
|
|
|
Thanks, I'll have to take a look at all of those tomorrow. |
||
|
|
|
|
VIBlend's data grid control has pivot table capabilities. I'm not sure if they have a WPF version but you can certainly host WinForms controls in WPF. Another alternative is to try hosting the MS Office OWC. |
||
|
|
|
|
I would suggest WPF Toolkit which can be downloaded from DatGrid available in Codeplex. This is compatible with the latest WPF(.NET3.5 SP1) which is free and have almost all the features for a general purpose(and even more than that) But there are commercial vendors who have good grid controls(Not really free). Like Xceed, Infragistics, Component One, Telerik |
||
|
|
|
|
Currently there are no WPF Pivot Grid controls. The vendor most likely to have it, DevExpress does not yet have a WPF version of the XtraPivotGrid. Your best bet is to use XtraPivotGrid hosted inside your WPF control. The other thing you can do is to use another grid vendor and do the "pivoting" by using LINQ or by manipulating the DataTable manually. |
||
|
|
