vote up 3 vote down star

Does anyone have any experience with a good wpf pivot table control?

flag

8 Answers

vote up 1 vote down

DevExpress Grid control has good pivot functionality. Used it for Winforms a lot. I think the WPF version is also available.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
Yes it has those features devexpress.com/Products/NET/… – Gulzar Sep 10 '08 at 21:55
vote up 0 vote down

Alternative:
Excel OWC is a great query and reporting tool if you are running OLAP. It's a little dated and poorly documented, but works well on the intranet and can squeak by over the net.

http://msdn.microsoft.com/en-us/magazine/cc164070.aspx

link|flag
vote up 0 vote down

Thanks, I'll have to take a look at all of those tomorrow.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.