Viktor
Viktor

Reputation: 702

XAML PivotTable from Mosha Pasumansky

Does anyone have sources of his pivot table? Sources were hosted at http://wpf.netfx3.com/files/folders/5672/download.aspx, but now this site is down. Or may be there are similar samples of pivot grid(with source)?

Here is a pic of it : XAML PivotTable

Upvotes: 2

Views: 1991

Answers (2)

bartosz.lipinski
bartosz.lipinski

Reputation: 2667

Don't know if you still need this by here is the link.

Upvotes: 0

Jeganinfo
Jeganinfo

Reputation: 324

This is in response to "Similar Samples of Pivot Grid (with Source)"

CellSetGrid is an Open Source ASP .Net (c#) control, which offers pivot table like functionality.

[This used to be available for download in this site:

www.SQLServerAnalysisServices.com

Now the site does not host this control anymore.]

I have uploaded the source of the control - CellSetGrid here. http://www.box.net/shared/6gi0n79q6t

1) You can build the source 2) Add this as a Control in Visual Studio toolbox. 3) Drag and Drop control to a web form 4) Set the connection string to the cube 5) This will show all the dimensions and measure groups so you can drag n drop what you want to get a pivot table like functionality

Upvotes: 1

Related Questions