This is a migrated thread and some comments may be shown as answers.

Silverlight PivotGrid

215 Answers 1557 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bernhard Gammel
Top achievements
Rank 1
Bernhard Gammel asked on 18 Mar 2010, 04:04 PM
Hi,

Do you plan a PivotGrid in Silverlight in the Future?

Regards

215 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 18 Mar 2010, 04:08 PM
Hello Bernhard Gammel,

Thank you for the interest! Indeed we are already making the first steps to providing a Pivot Grid either as a separate control or as a mode of the existing RadGridView control .

We would be very happy if you share with us  your expectations  and requirements  for such control . Any details on your business scenario  and integration of such control will be helpful for us in the design process of the control.

Best wishes,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Marco Marchesi
Top achievements
Rank 1
answered on 13 Apr 2010, 08:58 AM
Hi,

When do you think you will have a first release of the pivotgrid?

We are interested in such a control supporting the following features:
- drag&drop dimensions and measures
- hierarchical dimensions
- filtering(soft & hard) on dimensions also measures
- calculated fields(based on custom formulas of one or more fields)
- possibility to create schemas programatically
- customize totals (apply different formulas)
- possibility to save/load layouts(dimensions and measures, filters and sorting applied)
- possibility to replace values with colors or other representations(geometrics)
- printing

Best Regards
0
Hristo
Telerik team
answered on 13 Apr 2010, 11:03 AM
Hi Marco Marchesi,

The pivot grid is in our plans and we already started the research phase. As a time frame our plans are to start the development after our Q2 2010 release and to put all the efforts to ship it with our Q3 2010 release.

Thank you for your valuable feedback! I have updated your Telerik points.

Best wishes,
Hristo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
S Kumar
Top achievements
Rank 1
answered on 21 May 2010, 03:34 PM
When will this be available? I am also looking for OLAP grid.
0
Hristo
Telerik team
answered on 25 May 2010, 07:45 AM
Hello S Kumar,

As I wrote in my previous post, we plan to ship a pivot table with our Q3 2010 release. Still there are a lot of things at our plate and this time frame is tentative.

All the best,
Hristo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Jacek
Top achievements
Rank 1
answered on 05 Aug 2010, 10:20 AM
I am also very interested in PivotGrid component.
I need two functionalities:
- Work on relational data
- Work with MS OLAP


0
Noah
Top achievements
Rank 1
answered on 17 Aug 2010, 08:30 PM
I am extremely interested in this as well.  I am currently in the process of porting a java application of ours to silverlight and a pivot table is something we need and have a good implementation for in java.  I'd much rather not have to strongly customize the rad grid (or port something else or create a fresh user control).  I can provide specification or work with your engineers to use your control if you would like a customer's feedback or examples of use cases / existing look and feels.  

Please feel free to contact me at noah.shipley@dfa.com
0
Hristo
Telerik team
answered on 18 Aug 2010, 09:48 AM
Hello Noah,

Thank you for your feedback and your eagerness to share with us more details about your scenario. The more requirement we get the better product we'll deliver.

Kind regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andrew
Top achievements
Rank 1
answered on 25 Aug 2010, 09:43 PM
Hi,

I'm also very much interested in this.
I would be happy with the above mentioned features.
Would be nice to see this in Q3 2010.


Best Regards
0
DerekAlfonso
Top achievements
Rank 1
answered on 31 Aug 2010, 09:05 PM
I'd love to find out more about what you are planning for the OLAP tool as well!

Bill
0
Noah
Top achievements
Rank 1
answered on 01 Sep 2010, 08:50 PM
I am swiftly reaching a point where this is becoming a control that I need.  I would be very interested in working together with your control developer to produce something we would all get good use out of.  

Essentially I have doubles/ints/strings described in multivariate space.  

A simplistic data document for this might look like:

[DataContract]
public class QueryResult
{
[DataMember]
public List<QueryValue> QueryValues { get; set; }
public QueryResult()
{
}
}

[DataContract]
public class QueryValue
{
/// <summary>
/// Axis, AxisValue
/// </summary>
[DataMember]
public List<DfaTuple<string, string>> Coordinates { get; set; }

[DataMember]
public double ValueDouble { get; set; }

[DataMember]
public double Format { get; set; }

[DataMember]
public double Scale { get; set; }
public QueryValue()
{
}
}

Each row or column should be draggable to reorganize or pivot the table.  Because the amount of data involved is very large, virtualization is a pretty big must have (although this could be done behind the scenes by having us implement an interface and handle something along the lines of GetAt(coordinates).

0
Hristo
Telerik team
answered on 07 Sep 2010, 12:34 PM
Hello Noah,

Thank you for your feedback and suggestions! We'll include these points in some of our future discussions.

Sincerely yours,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mark Ravey
Top achievements
Rank 1
answered on 21 Sep 2010, 05:29 PM
Hi Hristo,
Do you have an update on when the PivotGrid may be available and any information on functionality/features? Having reviewed the content for Q3 2010, it didn't seem to be listed.
Regards.
0
Hristo
Telerik team
answered on 23 Sep 2010, 09:48 AM
Hello Mark Ravey,

Unfortunately there are no specific details which can be disclosed at the moment.

Best wishes,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Steve
Top achievements
Rank 1
answered on 06 Oct 2010, 03:00 AM
Hi Hristo,
I too have an urgent requirement for the grid. My requirements are very simple however - maybe they can be achieved using an existing control, rather than waiting for the Pivot grid (which I haven't got time to do!)

I have a collection of objects which have three properties: let's call them Town, Sex and Population. I need to use this to populate a grid with a row for each town, showing the population for Male and Female in the columns. No dragging, dropping or anything fancy.

Can you help me do it?
Cheers,
Steve
0
Hristo
Telerik team
answered on 06 Oct 2010, 08:25 AM
Hello Steve,

Please have a look at this blog post describing the use of "Transpose" in RadGridView. Let me know if this approach fits your needs.

Sincerely yours,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Tamas
Top achievements
Rank 1
answered on 06 Oct 2010, 02:16 PM
Hi,

I'm also in the queue for a Telerik Pivot Grid control! A very very anticipated control :) Let's hope for Q3 (maybe a ctp/beta?)...

For me the most important things would be:

- XMLA connection support (preferably via SOAP and not MS Analysis Services)
- flat datasource support (using any IEnumerable)

Basically it should have every feature that the Infr*gistics and S*ncfusion Silverlight Olap controls have :)

Best regards,
Tamas
0
Steve
Top achievements
Rank 1
answered on 07 Oct 2010, 02:19 AM
Hi Hristo,
I do not need to transpose my data, My data looks something like this:

Town    Audience    Population

London    Men        10,000,000
London    Women    11,000,000
London   Children    5,000,000
Brighton    Men        150,000
Brighton    Women    120,000
Brighton   Children    56,000

and I need to display it in the grid as:

                      Men                 Women        Children
London       10,000,000     11,000,000   5,000,000
Brighton          150,000          120,000        56,000

Get the idea? There can be any number of towns or audiences. I can do this in the Infr*gistics PivotGrid by using a FlatDataSource, but I wondered in Telerik offer something similar. I have not yet decided which set of controls to purchase for my development.
0
Pavel Pavlov
Telerik team
answered on 08 Oct 2010, 09:58 AM
Hi Steve,

RadGridView does not support this internally , but with a few lines of external code it can be easily achieved .

For this we may write an IValueConverter or a ViewModel  - to transform the initial data to a flat pivot-like  table  suitable for RadGridView  and use it for  ItemsSource

Since the columns are not fixed ( as you say there may be many audiences ) , we may need to use something like http://blogs.telerik.com/vladimirenchev/posts/09-04-23/lightweight_datatable_for_your_silverlight_applications.aspx.

Let me know in case you need a working sample on that .


Best wishes,
Pavel Pavlov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Fabiana
Top achievements
Rank 1
answered on 19 Oct 2010, 07:21 PM
Hi!!

I am also very interested in Silverlight PivotGrid component. It´s very important for us in this moment...

We are developing our product using Telerik Silverlight controls. Our product was develop in Winforms ( last version ) , and we are using DevExpress PivotGrid control:   http://documentation.devexpress.com/#WindowsForms/CustomDocument3409
But now, we are using telerik controls ( silverlight ), in our new version.

So,  would be nice to see this new control in Q3 2010.

Thanks!

0
Michele
Top achievements
Rank 2
answered on 26 Oct 2010, 02:03 PM
Hello Telerik,
the Q3 version will support Olap Cube with MS Analisys Service??

Thanks a lot

Paolo
0
Stefan Dobrev
Telerik team
answered on 27 Oct 2010, 11:52 AM
Hi all,

I cannot share too much about our plans in this space right now. However I can say that: We are actively working on something that we hope will solve your problems. It will be Silverlight based in the first version, but will not be limited to Silverlight only in the future. As soon as we have something stable to show we will announce it publicly.

Regarding the timeframe for the official announcement probably it will happen in the first months of 2011.

We do have a private beta testing mailing list of clients who want to participate and give an early feedback about the product. We will mail this people once we have something useful to show, but before shipping it to a broader audience. Anyone who wants to be included in this list please reply to this forum thread.

Hope this helps,
Stefan Dobrev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Michele
Top achievements
Rank 2
answered on 27 Oct 2010, 12:04 PM
Hi Stefan Dobrev,
I wish to be included in this mailinglist, thanks

Paolo
0
Tamas
Top achievements
Rank 1
answered on 27 Oct 2010, 01:05 PM
Hi Stefan,

I'd also like to participate in the beta testing.

Thanks and best regards,
Tamas
0
Jacek
Top achievements
Rank 1
answered on 27 Oct 2010, 01:07 PM

Hello

I am very interesting in early feedback
.
Please don’t hesitate to contact me in this metter.

0
Hristo
Telerik team
answered on 27 Oct 2010, 03:48 PM
Hello Paolo, Tamas and Jacek,

You were added to the private beta testing mailing list.


Regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Fabiana
Top achievements
Rank 1
answered on 27 Oct 2010, 05:29 PM
infragistics has PivotGrid component:


http://www.infragistics.com/dotnet/netadvantage/silverlight/data-visualization/xam-web-pivot-grid.aspx#Overview
0
Hristo
Telerik team
answered on 29 Oct 2010, 11:36 AM
Hi Fabiana,

Thank you for your feedback and involvement!

We are well aware of the competitive offerings and we believe that once our component is out it will be richer in terms of features and will suit a wider range of scenarios.

Regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Naresh
Top achievements
Rank 1
answered on 02 Nov 2010, 04:28 PM
Hi Stefan,

I'm interested in the beta testing of the new pivot control as well. We need a pivot grid for a project we are currently working on.

Thanks,
Brian
0
Hristo
Telerik team
answered on 02 Nov 2010, 04:56 PM
Hello Brian,

You were added to the list.

Kind regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
atran
Top achievements
Rank 1
answered on 10 Nov 2010, 02:48 AM
please add me too...
0
Hristo
Telerik team
answered on 10 Nov 2010, 01:53 PM
Hello wataf asfasdf,

You were added to the list.

All the best,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mark Ravey
Top achievements
Rank 1
answered on 18 Nov 2010, 02:43 PM
Hi Hristo,
As with the others on this thread, a Pivotgrid along the lines of the Infragistics offering is something we are very keen to have access to. I would be happy to be included in your beta testing group.
Regards.
0
Manohar
Top achievements
Rank 1
answered on 29 Nov 2010, 06:25 PM
Hi Stefan Dobrev,
I'd like to be part of beta testing for the Silverlight PivotGrid.
Please include me in the beta testing mail list.

Thanks.
B.Manohar
0
Nick
Top achievements
Rank 1
answered on 15 Dec 2010, 03:56 AM
I'm interested in getting the beta code.  Can you please let me at it.

Thanks,

Nick
0
Hristo
Telerik team
answered on 15 Dec 2010, 07:09 PM
Hi Nick,

You were added to the list.

Greetings,
Hristo
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Wasif Abbas
Top achievements
Rank 1
answered on 24 Dec 2010, 05:02 PM
Please include me in the beta testing list as well.

Regards
Wasif
0
Hristo
Telerik team
answered on 27 Dec 2010, 01:21 PM
Hello Wasif,

I have added you to the list.

Best wishes,
Hristo
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Paul Lewis
Top achievements
Rank 1
answered on 27 Dec 2010, 03:30 PM
Could i get access to the beta code?

I have a client who use telerik and im trying to persuade them not to buy into dundas dashboard i think this could help me alot
0
Hristo
Telerik team
answered on 29 Dec 2010, 09:36 AM
Hello Paul,

For the time being there is no beta code available which we can provide for review. I have added to the beta testers mailing list and you will receive a notifications once the early bits are available.

Kind regards,
Hristo
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Toby Riley
Top achievements
Rank 1
answered on 29 Dec 2010, 02:04 PM
Please could you include me on the OLAP beta mail queue.

Many Thanks

Toby
0
Hristo
Telerik team
answered on 30 Dec 2010, 10:37 AM
Hello Tobias,

I've added you to the list.

Regards,
Hristo
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Biruh MEKONNEN
Top achievements
Rank 1
answered on 06 Jan 2011, 10:32 AM
Hi,

A Silverlight PivotGrid feature would be very nice!!!

However, an Olap client would be great as well. In fact, there was one in asp.net developped by dundas. Now, it's dundas dashboard (silverlight)... But it's more limited than the asp.net one.
Neverthless, I found an OLAP client for silverlight developped by ComponentOne.

http://demo.componentone.com/Silverlight/OLAP/

This demo is quite interesting because you can have a chart view or a grid view. It's quite similar to what dundas did in asp.net.
This is exactly this kind of feature that my organization is looking for... So, it might be a good value for Telerik to develop something like that.




0
Hristo
Telerik team
answered on 10 Jan 2011, 04:07 PM
Hi Biruh,

Thank you for your involvement! We are actively working on introducing this functionality in our Silverlight offering.

Would you like to include you in the mailing list for early beta testers?


All the best,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Biruh MEKONNEN
Top achievements
Rank 1
answered on 10 Jan 2011, 04:15 PM
Hi Hristo,

I would be very pleased to be part of this mailing list :).

Thanks.
0
Hristo
Telerik team
answered on 10 Jan 2011, 04:49 PM
Hello Biruh,

You were added.

Regards,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Richard
Top achievements
Rank 1
answered on 11 Jan 2011, 10:10 PM
Hi, I would like access to the beta of the PivotGrid if this is still available.

Thanks
Rich
0
Hristo
Telerik team
answered on 12 Jan 2011, 09:21 AM
Hi Richard,

You were added.

Best wishes,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Manohar
Top achievements
Rank 1
answered on 12 Jan 2011, 04:09 PM
Hi,
As with other requirements that have been posted, I would like to know if the following capabilities are in the plans:
1. Editable Pivot grid
2. Ability to control the query (for example MDX) that is being sent to the data source

I am a new user to Telerik (Silverlight controls) and extremely happy with it so far
and awaiting for the PivotGrid!

Also, I am interested in getting the beta test version. Could you please add me to the beta testing list?

Thanks.
B.Manohar

0
Bernhard Gammel
Top achievements
Rank 1
answered on 13 Jan 2011, 09:47 AM
Hi, I would like access to the beta of the PivotGrid, too. Please.
0
Mark Ravey
Top achievements
Rank 1
answered on 13 Jan 2011, 09:54 AM
Hi Hristo,
Are you able to provide an estimate on timescales for the beta program?
Regards,
Mark.
0
Hristo
Telerik team
answered on 13 Jan 2011, 05:28 PM
Hello guys,

@ Baskaran:

I've added you t the mailing list. The features you pointed out will be included in our next discussions regarding the features set in our Pivot Grid. Thank you for your feedback!

@ Bernhard:

I've added you to the list.

@ Mark:

We are doing our best to deliver the early bits in a few months.


Greetings,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Jonx
Top achievements
Rank 2
answered on 16 Jan 2011, 01:57 PM
Hello Hristo,
Do you mind adding me to the list? That would be nice.
I'm in the need of an editable pivot grid...
Thanks a lot in advance,
John.
0
Hristo
Telerik team
answered on 17 Jan 2011, 09:29 AM
Hi John,

You were added.

Best wishes,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Jack
Top achievements
Rank 1
answered on 17 Jan 2011, 06:33 PM
Please add me to the list as well.

Thanks

jack
0
Louis
Top achievements
Rank 1
answered on 18 Jan 2011, 03:43 AM
Please add me to the list too.

Many Thanks
Louis
0
Hristo
Telerik team
answered on 18 Jan 2011, 03:54 PM
Hello Louis, Jack,

I've added you to the list.

All the best,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
D.Scaccabarozzzi
Top achievements
Rank 1
answered on 20 Jan 2011, 04:10 PM
Hi Hristo, we're very interested in pivot grid, please add me also to the list!

Thanks a lot in advance
0
Hristo
Telerik team
answered on 21 Jan 2011, 04:14 PM
Hello Andrea,

I have added you to the list.

Greetings,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Rick Kauwen
Top achievements
Rank 1
answered on 25 Jan 2011, 06:34 PM
Hi Hristo, can you add me to the mailing list too?

Thanks
0
Hristo
Telerik team
answered on 27 Jan 2011, 10:08 AM
Hello Rick,

You were added to the list.

All the best,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Iurii
Top achievements
Rank 1
answered on 30 Jan 2011, 05:33 AM
me too
0
Hristo
Telerik team
answered on 31 Jan 2011, 11:30 AM
Hi Iurii,

You were added.

Best wishes,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Hannes
Top achievements
Rank 1
answered on 01 Feb 2011, 03:38 PM
me too
thx!
0
Hristo
Telerik team
answered on 01 Feb 2011, 04:57 PM
Hi Hannes,

You were added.

Greetings,
Hristo
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Michele
Top achievements
Rank 2
answered on 11 Feb 2011, 09:32 AM
Hello Hristo.........when there will be a version of this pivot grid? I've been in this list for 3 months and still got no news...other competitors started provinging beta version and I think this time I'll move on competitors....I needed it 3 months ago, now I need it more than before, thanks

Paolo
0
toto rto
Top achievements
Rank 1
answered on 11 Feb 2011, 10:52 PM
Hello,

we also require an olap grid.

the thing is we would need a serious release date estimate, to know if it is worth waiting for (say a release in a month or so) or if we must go to a competitor right away.

please give us a clear answer so we dont waste our time.

thanks
0
Hristo
Telerik team
answered on 16 Feb 2011, 05:21 PM

Hi Paolo, toto rto,

I understand your impatience in waiting and wanting clear answers and a ready-to-use pivot grid. I really do – believe me or not I’m even more impatient. The people involved in its development are determined and are working hard on developing a first-class product.  The facts are that we are in the midst of the development and we still have a lot of work to do. Unfortunately, I cannot be more specific than that – we can be ready in a month or two with the beta version but for a fully functional version the time frame can be probably extended till the end of the year.

There are various reasons for this delay.  One of the main ones is that we’ve collected a lot of various feedback and we want to deliver most (if not all) of the requested features at once. Releasing the product with so many features will ensure that it will meet the requirements of most of our clients. This however requires a lot of work (coding/testing) to make sure that the product will work as expected.

This being said, once again I’ll ask for your patience. I hope that you will understand our position on this matter.



Greetings,
Hristo
Unit Manager
the Telerik team
0
toto rto
Top achievements
Rank 1
answered on 16 Feb 2011, 07:06 PM
An honest answer,  refreshing.

 we will keep an eye out for the grid once it comes out.

thanks for the clear answer.
0
Neeraj
Top achievements
Rank 1
answered on 17 Mar 2011, 02:21 PM
do you have an update on the pivot grid
0
Jakub Wilk
Top achievements
Rank 2
answered on 17 Mar 2011, 09:23 PM
you wrote that you would like to deliver complete product, but i would prefer to get minimal version that enable me:
- select dimensions,
- select measements,
- filters,
- export to excel,
- save as report that i will be able to open once again,

but i would like to get component faster ;-) most probably like many others
0
Hristo
Telerik team
answered on 22 Mar 2011, 05:33 PM
Hello Jakub Wilk,

Thank you for your feedback!

As I said in my previous post, the pivot grid is still work in progress and you will be notified once we are ready to show you the early bits.

Best wishes,
Hristo
the Telerik team
0
Phi
Top achievements
Rank 1
answered on 24 Mar 2011, 07:28 PM
Can I still be added to the list? Thanks in advance.
0
Hristo
Telerik team
answered on 25 Mar 2011, 01:40 PM
Hi Phi,

You were added to the list.

Best wishes,
Hristo
the Telerik team
0
Robert Kaucher
Top achievements
Rank 2
answered on 25 Mar 2011, 03:19 PM
Please add me as well! Thanks!
0
James
Top achievements
Rank 1
answered on 28 Mar 2011, 02:18 AM
I've been chasing the PivotGrid for almost 18 months now.. please include me in any information/discussion on the PivotGrids function in Silverlight.

Thanks    
0
Hristo
Telerik team
answered on 28 Mar 2011, 01:23 PM
Hi James,

You were added to the private beta testing mailing list.

All the best,
Hristo
the Telerik team
0
Jakub Wilk
Top achievements
Rank 2
answered on 28 Mar 2011, 01:26 PM
please let me know if there was any best test mailig (till today)?
0
Hristo
Telerik team
answered on 29 Mar 2011, 02:26 PM
Hello Jakub Wilk,

There wasn't any mailing till today. You are in the list and when we have more news you'll be notified.

Regards,
Hristo
the Telerik team
0
Susann
Top achievements
Rank 1
answered on 01 Apr 2011, 10:24 AM
Can I still be added to the list? Thanks in advance.
0
Chris Howle
Top achievements
Rank 1
answered on 01 Apr 2011, 01:29 PM
Can I please be added to the list for the beta testing.
0
Hristo
Telerik team
answered on 01 Apr 2011, 03:42 PM
Hi Chris, Susann,

You were both added to the list.


Greetings,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Timothy
Top achievements
Rank 1
answered on 02 Apr 2011, 07:37 PM
Please add me to the list.
0
Hristo
Telerik team
answered on 04 Apr 2011, 08:46 AM
Hi Timothy,

You were added to the list.

Greetings,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kristoffer Rødseth
Top achievements
Rank 1
answered on 08 Apr 2011, 08:54 PM
I would also like to be added please. Thanks.
0
Hristo
Telerik team
answered on 12 Apr 2011, 01:45 PM
Hi Kristoffer Rødseth,

I have added you to the list.

All the best,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Susann
Top achievements
Rank 1
answered on 27 Apr 2011, 08:50 AM
Hi,

can you tell me, when the beta-tests starts?
We ar interessted in a SilverlightPivotGrid. Please tell us some facts about the Release.
Thank you!
0
Richard
Top achievements
Rank 1
answered on 01 May 2011, 10:50 PM
Hi 

Can you add me to the pivot grid beta program as well.  Been using Viblend version but it not stable. Been using your controls for various companies and have always found them stable and good.

Thanks

Richard...
0
Hristo
Telerik team
answered on 02 May 2011, 02:15 PM
@ Susann, I cannot disclose any details for the time being.

@ Richard, I have added you to the list.


Greetings,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Xavier Lavigne
Top achievements
Rank 1
answered on 03 May 2011, 12:46 PM
Is there a RoadMap for the Silverlight pivot grid ? I've tried the Infragistics pivot grid and it works great (http://www.infragistics.com/dotnet/netadvantage/silverlight/data-visualization/xam-web-pivot-grid.aspx#Overview). But I prefer to use Tererik products ;-)

We need to make a choice for the next version of our products so is it possible to be added in the private beta list ?


Thanks by advance.
0
Hristo
Telerik team
answered on 06 May 2011, 02:56 PM
Hello Xavier Lavigne,

There is still a lot of work to be done and it is not the time for a concrete date or releases. I have added you to the list.

All the best,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
shivir
Top achievements
Rank 1
answered on 09 May 2011, 01:00 PM
Telerik Team, we have been waiting on olap pivot grid since 18 months Although replies always indicated some release since q3 2010 and now it's almost q2 2011 we think that you Atleast owe all licensed clients of a concrete roadmap of this controls release. I have indicated in the past that almost all the vendors- dev express, component one, infragistics, sync fusion Have a rich working version of this control Eventhough You make it sound like rocket science, we have been using a cheap cost (500). Silverlight olap grid from Ranet which has all the functions people in this post are requesting even in their free version in codeplex They have 2 developers and have the greatest support with Mac 24 hours to add features Can you guys atleast buy them?
0
Andy H
Top achievements
Rank 1
answered on 10 May 2011, 08:02 AM
Please also add me to the beta list.
0
Hristo
Telerik team
answered on 13 May 2011, 01:19 PM
@shivir,
I cannot be more precise with the time frame of our pivot grid availability. Working in such dynamic environment force us to change the priority of some of our development endeavors. Still we expect to have the early bits in a couple of months.

@Andre,
I have added you to the list.

Best wishes,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
James
Top achievements
Rank 1
answered on 16 May 2011, 03:28 AM
4 items for discussion..

1 - I go to the Public Issue Tracking system to have my vote on which features are important and I cant find anything matching Pivot - so we dont all go and vote on the wrong item.. can you please include the name and details of the Pivot grid in your current PITS list.

2 - In response to shivir 's post about the Ranet control.. That looks brilliant.. but I dont want to have my data require an OLAP cube before being able to use this... I am really after something where a user does a fairly simple search producing 50 to 500 records and then give them some tools to analyse that information, similar to Excel and its pivot table..

3 - I also agree with shivir's post about our expectations for a response from Telerik with more concrete information. I raised Ticket 268645 in December 2009 and received the following response
"We definitely have the PivotTable in our road map. We will release an early CTP of this next year, but it will be in post 2010 Q1 time frame. Stay tuned for more information on our site and blogs.

Sincerely yours,
Stefan Dobrev"
 
So if you "definitely have the PivotTable in our road map" then why can we not see something in the RoadMap now?

4 - What should we expect from being in the beta list? Are you going to email us all with a list of requirements? Lots of people posting here just say add me to the list expecting to then receive some more information about the beta ... but other than receiving regular copies of everyone elses "Please add me to the list"... I have not seen anything else. What is this list??

0
Richard
Top achievements
Rank 1
answered on 16 May 2011, 10:15 AM
Yep I agree.  I have been monitoring this thread for at least six months plus now.  I did have a requirement for pivot but have been doing a work around since then (ViBlend controls) and have been waiting.  Telerik keep on saying it will appear within the next quarter, so I have been waiting. 

Yes I don't need OLAP support either, but it would be nice in a later version, does not need to be there in the initial release. 

Since being on this list I have only got the updates to this thread and nothing else.

Come on Telerik, can you give use more information then please wait, because in a minute I am expecting more people to move to another provider for this feature request (thats been on the cards for over 1 year now).

Yes I know my account says I have not paid for any controls, but it does not mean I have not recommended and had them purchased by the client I work for.

Regards

Richard...

0
Jakub Wilk
Top achievements
Rank 2
answered on 16 May 2011, 02:00 PM
also fully agree, i'm waiting already more than 1year;-)

i would be happy to receive really simple olap grid where i can have functionality that i describe in 17march2011 in this thread,

but i really would like to see the beta, because it will enable to take me decision where to go?

and i really need DATE, it is important to be able to take a decisions;

i think also that all those people is still waiting beacuse they like Telerik products and your service,
but with Olap grid it is not your according Telerik rules, i hope ...
0
toto rto
Top achievements
Rank 1
answered on 16 May 2011, 02:08 PM
Agreed, this blind faith type of answers are getting old very quickly. At this point we should be getting a schedule with clear dates and proposed milestones, so that businesses can start planing and taking decisions. Building the grid IS NOT rocket science and almost all competitors already have one...


wake up telerik...
0
Jacek
Top achievements
Rank 1
answered on 16 May 2011, 02:14 PM
Hello,

We also look forward for more than a year.
We started implementation of the Infragistics's pivot

Telerik makes jokes ....



0
Toby Riley
Top achievements
Rank 1
answered on 16 May 2011, 02:28 PM
Please could you remove me from the mailing list. Thanks.
0
Jakub Wilk
Top achievements
Rank 2
answered on 24 May 2011, 12:52 PM
Knock, knock, Telerik,

wake up ...

please give your decision if you will develop this or not!
all those people (below) is still waiting because of your other products, but i don't know how long?
0
Hristo
Telerik team
answered on 25 May 2011, 12:52 PM
Hi all,

I hope my previous statements were not vague in terms of our development plans and the fact that the Pivot Grid control is included and we are doing our best to ship it till the end of this year. The reasons for being uncertain about the timeframe are pretty trivial – ever-changing priorities and a lot of other clients’ requests which we have to implement in our suite. But I want to assure you that the Pivot Grid is already with the highest priority in our development plans and we are optimistic that it will be ready till the end of this year.

Once again I would like to thank all of you for your patience and understanding.

Kind regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
James
Top achievements
Rank 1
answered on 26 May 2011, 01:42 AM

For others reference on this List...
There is now a Pivot Table in the Public Issue Tracking System


Issue ID 6027 - New Control: Pivot Grid
http://www.telerik.com/support/pits.aspx#/public/silverlight/6027 

I suggest you vote for this control and see if it gains support inside Telerik to make it a high priority.
0
Jakub Wilk
Top achievements
Rank 2
answered on 26 May 2011, 09:08 AM
why we are voting for control that you already start developement, or you didn't start yet?
0
James
Top achievements
Rank 1
answered on 26 May 2011, 09:11 AM
I dont work for Telerik ... but instead of us whining on this forum that does not seem to get any where.. Voting on the PITS seems to be the official way of changing prirotiy according to the forum admins signature...

""

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
""

0
Jakub Wilk
Top achievements
Rank 2
answered on 26 May 2011, 01:59 PM
already voted, have a nice day, best regards, jakub
0
Andy H
Top achievements
Rank 1
answered on 27 May 2011, 10:10 AM
Here's the direct link to the PITS issue.
0
Tamas
Top achievements
Rank 1
answered on 12 Sep 2011, 03:11 PM
Hi,

Are there any news on this topic?

Thanks and best regards,
Tamas
0
Hristo
Telerik team
answered on 15 Sep 2011, 09:47 AM
Hello Tamas,

There are no change in our plans - we are actively working on our Pivot control, and most probably we will be able to show you the early bits in a couple of months.

Best wishes,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Tamas
Top achievements
Rank 1
answered on 15 Sep 2011, 10:19 AM
Hi Hristo,

That's great, I'm looking forward to it!

Have a nice day,
Tamas
0
James
Top achievements
Rank 1
answered on 16 Sep 2011, 02:58 AM
Yes - definitely glad to hear that you are indeed working on one and we'll be able to see something soon.

However, could you please advise the initial requirements you are working on for this Pivot Table.

My requirements are based on us providing an small dataset, such as 500 records and being able to analyze this information in a quick adhoc manner, and to be able to layout information in alternative ways.

I know others on this thread have talked about connecting the pivot table up to an OLAP server and a data cube. If this is what you are targeting, then its no use to me.

Thanks
0
Milan
Telerik team
answered on 20 Sep 2011, 04:28 PM
Hello James,

There will be no problem to bind to such dataset and analyze the data in it using our Pivot offering. 

Using OLAP will not be required.


Kind regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
James
Top achievements
Rank 1
answered on 12 Dec 2011, 01:36 AM
PITS code 6027 is no longer listed.

Another release, still not Pivot Table.

When does it go into Beta please. When can we see more than just talk.
0
Jakub Wilk
Top achievements
Rank 2
answered on 12 Dec 2011, 09:45 AM
fully agree with James, please just tell your customers (and also us) if you will or not develop pivottable,
we love telerik, but we have to have a chance to plan our development as we take a decision to be dependend on your future development,
0
Frederic
Top achievements
Rank 1
answered on 12 Dec 2011, 08:17 PM
We are waiting for the PivotGrid too.
0
Frederic
Top achievements
Rank 1
answered on 12 Dec 2011, 08:17 PM
Oups, double post...
0
toto rto
Top achievements
Rank 1
answered on 12 Dec 2011, 08:25 PM
Im surprised so many people are still waiting for this grid, inst it obvious? At best this over a year long silence is a disrespect to us the clients waiting faithfully for this elusive control and endlessly asking for an ETA to release. But truth is, with silverlight being phased out, this grid had to arrive to market 2 years ago to be in any way valuable to telerik. I bet they are really investing most of their efforts in HTML5 now, so complex new silverlight controls like the olap grid, not sure AT ALL...

might help explain why they avoid any real discussion about this grid for over a year now...
0
Milan
Telerik team
answered on 16 Dec 2011, 04:29 PM

Hi All, 

I would like to assure you that PivotGrid component is currently in development and it will be available for both Silverlight and WPF. I know that most of you have been waiting for quite some time now but we want to build the best PivotGrid in terms of performance and feature set which takes time. 

A preview should be available around March/April.

 

Regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Adam
Top achievements
Rank 1
answered on 03 Jan 2012, 11:01 AM
Hi Milan,

Can you give us any further information at this point about its capabilities?

Are you able to let us know what data sources it will support?

Thanks,

Adam

0
Jakub Wilk
Top achievements
Rank 2
answered on 03 Jan 2012, 11:41 AM
and also information if component will be HTML5 or still silverlihgt?
;-)
0
TMatt
Top achievements
Rank 2
answered on 03 Jan 2012, 04:28 PM
HTML5 PivotGrid :)

Nice Joke.
0
Milan
Telerik team
answered on 12 Jan 2012, 01:33 PM
Hello,

We are working on supporting various data sources like cubes, relational DBs, flat data, etc but it is a bit early to say if all of those will make it into our first release.  The situation with the list of features is pretty much the same.

We plan to have several releases before the official one that will be used to gather feedback and adjust our priorities according to your needs.

Stay tuned.

Kind regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Annie
Top achievements
Rank 1
answered on 26 Jan 2012, 10:23 AM
Is there any target date for Telerik to release Pivot Grid? This issue being discuss for almost 2 years.
0
Milan
Telerik team
answered on 31 Jan 2012, 04:03 PM

Hi,

 As I have mentioned in one of my previous posts we expect to release a preview version at the end of March or early April. After that we will have a beta and some time after that we will have the official release.

For now I am hesitant to provide you with a concrete release date but we should be able to give you more information right after the preview is released and we gather some user feedback. 



All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Tom
Top achievements
Rank 1
answered on 21 Feb 2012, 05:13 PM
Yes it would be good to know if this will ever be in your product.  Since I am a small company with a limited budget and I am in need of this control now, i will have to purchase it from another company vs renewing my subscription with Telerik as I had planned....
0
Milan
Telerik team
answered on 27 Feb 2012, 10:25 AM

Hi,

I am afraid that the PivotGrid official release is still several months away and we might not be able to fit into your schedule. As I have mentioned the first unofficial release (Preview) should be available in a month or two.

Regards,
Milan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Abhishek
Top achievements
Rank 1
answered on 27 Feb 2012, 01:49 PM
Hi Telerik,

Are you supporting Copy / Paste functionality for the PivotGrid. And when do you have a release of PivotGrid for MVC Razor view

Regards,

Abhishek Varma
0
Milan
Telerik team
answered on 21 Mar 2012, 09:21 AM

Hi,

Copy functionality is marked with hight priority for our first release and it should be available when the control is released. 
As for the MVC PivotGrid, a MVC PivotGrid is not in our immediate plans.


Regards,
Milan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Jason Moore
Top achievements
Rank 1
answered on 22 Mar 2012, 06:13 AM
Hi Telerik,

I've also been very interested in using a pivot grid for Silverlight.  Please let me know as soon as there is a preview version available.  I'm putting off going for competitor offerings in the meantime, but this feature has been a long time coming!

Regards,
Jason.
0
Milan
Telerik team
answered on 29 Mar 2012, 10:05 AM
Hi,

Thank you for your interest in our upcoming pivot grid offering. We will notify you as soon as the preview is available. 

All the best,
Milan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Jakub Wilk
Top achievements
Rank 2
answered on 29 Mar 2012, 04:09 PM
What the difference between Silverlight PivotGrid and #ASPNET AJAX PivotGrid. I just read article from you that you plan to develop ASP.NET Ajax PivotGrid?

http://blogs.telerik.com/blogs/posts/12-03-12/get-excited-aspnet-ajax-pivotgrid-html5-chart-and-prizes-coming-soon-telerikcontrols.aspx

Best regards,

Jakub Wilk
0
Milan
Telerik team
answered on 04 Apr 2012, 01:43 PM

Hello,

    We are currently working on PivotGrid controls for both Silverlight and ASP.NET and what we are aiming at is, apart from the different UI,  to have controls with similar functionality that target two different platforms.

 If you have any general questions about the ASP.NET PivotGrid you could consider starting a new thread on our ASP.NET AJAX forums. Also we would really appreciate it if you could share what pivot (ASP.NET AJAX)  features are key from your perspective. 



Regards,
Milan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Annie
Top achievements
Rank 1
answered on 20 Apr 2012, 09:03 AM
Hi Telerik,

Next week is the end of April, kindly let us know the status of PivotGrid.
As your previous feedback you have mentioned you all expect to release a preview at the end of March or early of April.
0
Milan
Telerik team
answered on 26 Apr 2012, 08:15 AM
Hi,

 We are almost ready with the preview but we had to spend some time researching additional scenarios that might impact our architecture in the future. We are almost there and I would like to ask you to bear with us a little bit more.

Greetings,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Travis
Top achievements
Rank 1
answered on 18 May 2012, 07:34 PM
Telerik -

Last time I checked this was landing in Q2 2012 release.  What is the status now.  I don't see this at all in your roadmap for Q2 which is published here... http://www.telerik.com/products/silverlight/roadmap.aspx.

Also, I am interested in getting the beta test version. Could you please add me to the beta testing list?

.:TH
0
Hristo
Telerik team
answered on 23 May 2012, 09:53 AM
Hi Travis,

I have added you to the list.

As for the progress, we are working on our Pivot Grid at full speed and I am positive that soon we will have some good news to share, so stay tuned.


Regards,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Travis
Top achievements
Rank 1
answered on 23 May 2012, 04:02 PM
A lot of people have asked "when will Telerik pivot grid be ready". Paraphrasing your [Telerik’s] reply, "soon, very soon - just a little more" .... I'd like to put the question a little differently.  When will the pivot grid NOT be ready?  Since I don't see it in the Q2 roadmap is it safe to say that it will NOT be ready in June?

Thanks
0
Nils C.
Top achievements
Rank 1
answered on 27 May 2012, 01:21 AM
Hi,

can you add me to the list too? Thanks
0
TMatt
Top achievements
Rank 2
answered on 28 May 2012, 10:30 AM
Me too , to the list :)
0
Hristo
Telerik team
answered on 28 May 2012, 02:43 PM
@ Travis

Indeed the pivot Grid won’t be available with our Q2 2012 official release but our private CTP will be ready till the end of June and everyone in the list will receive it for review and feedback.It will be soon this time.

@ Hans, Tobias

I have added you to the list.


Kind regards,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Adam
Top achievements
Rank 1
answered on 28 May 2012, 03:01 PM
Hi Travis,

Please can you also add me to the list for the private CTP review.

Thanks,

Adam
0
Hristo
Telerik team
answered on 29 May 2012, 08:20 AM
Hello Adam,

I have added you to the list.

All the best,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Enzo
Top achievements
Rank 1
answered on 29 May 2012, 12:41 PM
I would definitely be interested in the beta as well.  Can I be added as well?
0
Eric
Top achievements
Rank 1
answered on 29 May 2012, 01:36 PM
Hi Hristo,

Can you also please add me to the list for the private CTP review.

Thanks,
Eric
0
Mike
Top achievements
Rank 1
answered on 29 May 2012, 05:51 PM
Wow, clearly a huge demand for this, bummed it wont be ready for Q2...

In the mean time, can you also please add me to the list for the private CTP review.

Mike

0
Christoph
Top achievements
Rank 1
answered on 30 May 2012, 11:46 AM
Because the thread mentioned WPF too - if the private CTP also features the WPF version of the PivotGrid, I'd like to be added.

Thanks,
 Chris
0
Yann
Top achievements
Rank 1
answered on 30 May 2012, 04:35 PM
Please add me to the list
0
Hristo
Telerik team
answered on 04 Jun 2012, 08:53 AM
Hello,

You were all added to the list.

Kind regards,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Piotr
Top achievements
Rank 1
answered on 04 Jun 2012, 06:12 PM
Please add me too.
Thanks,
Piotr
0
Andrea Rapuzzi
Top achievements
Rank 1
answered on 05 Jun 2012, 08:29 AM
Please add me too.

I really love your products, but please this time be serious about Pivot !

Thanks!
0
Hristo
Telerik team
answered on 07 Jun 2012, 11:00 AM
Hi,

You were also added to the list.

Kind regards,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Michael
Top achievements
Rank 1
answered on 08 Jun 2012, 10:13 PM
Would you please add me as well. I could not make an argument of moving our development tools to yours without a Pivot Grid control

thank you. 
0
John
Top achievements
Rank 1
answered on 11 Jun 2012, 05:09 PM
Please add me as well

Thanks
0
Milan
Telerik team
answered on 12 Jun 2012, 11:44 AM

Hi,

Thank you for your interest in our upcoming RadPivotGrid offering. You were both added to the list.



Greetings,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Steven
Top achievements
Rank 1
answered on 14 Jun 2012, 08:53 AM
Hi, could you please add myself to the list?

Cheers,

Steven
0
Milan
Telerik team
answered on 15 Jun 2012, 12:36 PM
Hi,

You have been added to the list.

Kind regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Steven
Top achievements
Rank 1
answered on 20 Jun 2012, 05:46 AM
Please add me to the list as well.
Thanks.
0
Milan
Telerik team
answered on 20 Jun 2012, 11:30 AM
Hello,

You are now on the list. Thank you for your interest. 

Regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Morten Bergman
Top achievements
Rank 1
answered on 25 Jun 2012, 06:19 PM
Milan,
We are looking for a pivot grid as well. Can you please add us to this list? Thank you.

0
Milan
Telerik team
answered on 28 Jun 2012, 08:56 AM
Hi,

Thank you for your interest. You should have received an email with further information on how to download our CTP bits.

Kind regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Annie
Top achievements
Rank 1
answered on 28 Jun 2012, 09:08 AM
Hi,

May I know the status for Silverlight PivotGrid? Is it going to CTP release?
I would be interested on this component, so could you please add me to the list as well?


Thanks.
0
Milan
Telerik team
answered on 28 Jun 2012, 10:28 AM
Hi,

We have added you to the list. You should receive an email with more details shortly.

Kind regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Jackie
Top achievements
Rank 1
answered on 30 Jun 2012, 01:11 PM
Hi, can you please add me to the list?
Thanks.
0
Milan
Telerik team
answered on 02 Jul 2012, 10:34 AM
Hello,

You have been added to the list and you should also receive an email shortly. 

All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
ngan hong
Top achievements
Rank 1
answered on 03 Jul 2012, 02:54 AM
can add me to the list? i would like to evaluate the CTP. thanks
0
Milan
Telerik team
answered on 03 Jul 2012, 08:19 AM
Hello,

You have been added. Thank you.

All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
carlos
Top achievements
Rank 1
answered on 04 Jul 2012, 04:56 PM
please add me to the list as well. i would like to evaluate the CTP. thanks 

Btw: pleeeeease release this as soon as possible, our company is in desperate need of this from telerik (we are currently using from radar... we bought the license with code and is full bad programming and bugs...)
0
Milan
Telerik team
answered on 05 Jul 2012, 09:58 AM
Hello,

Thank you for you rinterest. You should receive an email with more details shortly.

We would be glad if you could provide us with some feedback regarding the current state of RadPivotGrid. For example, are you missing any important features that are must-have for your projects. Any suggestions, ideas, feature requests, etc will be appreciated.
All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
carlos
Top achievements
Rank 1
answered on 05 Jul 2012, 04:07 PM
Hi. Thank you, I've received the email and started to take a look at it.
Any suggestions, questions, etc. should be posted here or through the support tickets?

Once again thank you so much.
0
Milan
Telerik team
answered on 06 Jul 2012, 06:30 AM
Hi,

Posting questions throught our support system is preffered but we also try to aswer questions posted here as soon as possible.

Kind regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
James
Top achievements
Rank 1
answered on 06 Jul 2012, 06:54 AM
Hi

We received access to the CTP and were impressed with the level of completeness of the control.

In the demo system provided it worked smoothly and from a user interaction it did most things we wanted immediately.

We put together a wish list of additional features that were not obvious from the demo and investigated these at a code level - our feedback is below.

Other users should not rely on this as a definitive answer... and other more experienced developers or with more time might overcome some of the perceived shortcomings.



1. Drill through to obtain a list of source data.
We want select an individual cell and programmatically determine the criteria on that cell via row and column attributes so that we can then generate (outside of the pivotgrid) a data set for use in another control such as data grid. It was not obvious how we could achieve this.

2. More than just summation... need counts, min max, Avg, median
Not available in the demo, but available programmatically - Telerik PivotGrid appears to support all the following Sum, Count,        Average, Max, Min,  Product,  StdDev,  StdDevP,  Var,  VarP  - all Good. Thanks

3. Calculated fields (user customisable instead of data driven) - it would be good to support Expression Fields like
http://demos.telerik.com/silverlight/#GridView/ExpressionColumn + http://demos.telerik.com/silverlight/#ExpressionEditor/FirstLook
It appears that the fields can only come from source data.

4. control of sorting of data labels (columns and rows).
It would be good to provide control over the sequence of columns - but this does not appear possible.

5. clickable links in data row headers and column headers
We believe this is possible.

6. Access the summarised data to feed into a graph component.
We would like to extract the summarised data from the pivot grid for use in export or as the source data for a chart control. This does not appear possible.

7. Exporting to excel, csv etc.
see 6 above

8. print/pdf options
would need access to source data

9. save/reload user configuration data
possible with manual coding


10. filtering within row filter, column headers.

Not yet supported.


Thanks
0
Keith
Top achievements
Rank 1
answered on 06 Jul 2012, 07:53 AM
Hi

Please can you provide access to the CTP for me too? Also when are you expecting to release this control?

Thanks
Keith
0
carlos
Top achievements
Rank 1
answered on 07 Jul 2012, 01:18 PM
Hi,
The contribution of James is excelent and I would like to emphasize the suprisingly good performance and "Excel" pivot look.
That being said I would like to add the following to the list:

11 - OLAP support
I haven't been able to see that on the demos

12 - Possibility of creating a subset of information based on a couple of rows
This feature is interesting if I want to use multiple selection of rows, and see the "temporary" totals, avg, etc and the possibility to "group" those selected rows into a single row to evaluate it along with the rest of the information

I would like to suggest to the rest of the "testers" to keep posting their opinions and ideas here on this forum because this way we can share it with everyone.
0
Travis
Top achievements
Rank 1
answered on 07 Jul 2012, 04:50 PM
Is this grid designed to work with OLAP data sources? Specifically, Analysis Services. Or not? That is the number one need I have for a pivot grid. Without this feature it has a large gap. Can someone explain? Thanks so much!
0
Semyon Akimov
Top achievements
Rank 1
answered on 08 Jul 2012, 10:41 PM
Add me to list please! I would like to evaluate the CTP. thanks.
0
Milan
Telerik team
answered on 09 Jul 2012, 09:40 AM
Hi,

Thank you all for the wonderful feedback.

@Keith - You should have received an email regarding the CTP. Enjoy.

@James

1. Drill through to obtain a list of source data. This feature is not available at the moment but it is listed on to-do list. Is this a must-have feature?

2. More than just summation... need counts, min max, Avg, median. All standard functions are available programatically. We are working on UI dialogs and menus that will allow users to easily choose any function.

3. Calculated fields. Currently not available. This one is also on our to-do list but it is unclear when we will be able to implements it. Is this a must-have feature?

4. control of sorting of data labels (columns and rows). Programatically available but at the moment custom code is needed. Working on providing UI dialogs and menus. By default, values are sorted in asceding order. If you would like to reverse the ordering you could try the following:

public Example02()
{
    InitializeComponent();
 
    var provider = this.pivotGrid.DataProvider as LocalDataSourceProvider;
    var description = new PropertyGroupDescription() { PropertyName = "Product" };
    description.GroupComparer = new MyComparer();
 
    provider.RowGroupDescriptions.Add(description);
 
    provider.Refresh();
}
 
public class MyComparer : GroupNameComparer
{
    public MyComparer()
    {
 
    }
 
    protected override Cloneable CreateInstanceCore()
    {
        return new MyComparer();
    }
 
    public override int CompareGroups(IAggregateResultProvider results, IGroup x, IGroup y, PivotAxis axis)
    {
        // reverse the default order
        return base.CompareGroups(results, x, y, axis) * -1;
    }
}

5. clickable links in data row headers and column headers. Could you please clarify this? Is it possible to provide a scenario for this one?

6. Access the summarised data to feed into a graph component. Possible but not user friendly. Will try to provide chart integration in the future. Is this a must-have for your scenarios?

7. Exporting to excel, csv etc. Not available. It is on our to-do list but unclear when we will be able to implement this. Is this a must-have for your scenarios?

8. print/pdf options. Will consider it for the future.

9. save/reload user configuration data. Will support RadPersistenceFramework in the future.

10. filtering within row filter, column headers. We are currently working on this and the next version will have many improvements regarding filtering.

@ carlos

11 - OLAP support . Currently not supported but we are working on this.

12 - Possibility of creating a subset of information based on a couple of rows. Interesting feature that we will consider for future implementation.

@Travis

We are working on OLAP support and we will try to make this feature available as soon as possible.

We also have supoprt for IQueryable which allows you to use Entity Framework (or other IQueryable) for performing grouping on the server. This allow us to have lighting-fast grouping plus extremely low memory consumption - actual entities are not downloaded to the client. For example, working with 1 million entities will have barely noticable effect on memory consumption. What do you think about this? Do you find it compelling? Unfortunately it is currently only available for WPF.

Thank you for your time. Keep the feedback coming.

All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Milan
Telerik team
answered on 09 Jul 2012, 09:58 AM
Hello,

@Semyon Akimov - You should have received an email with intruction on how to download the CTP bits.

All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Keith
Top achievements
Rank 1
answered on 09 Jul 2012, 10:13 AM
Hi Milan

I don't seem to have received the email. Please can you send it again? (I've received notifications that this forum had been updated though so emails are definitely coming through to me!)

Thanks
Keith
0
Milan
Telerik team
answered on 09 Jul 2012, 10:22 AM
Hi,

I so not know the reason why you did not receive an email but you should be able to access the CTP bits by loggin in at telerik.com and following the link to your "Trial Downloads" (Manage products -> Trial Downloads). You should see an entry with name RadPivotGrid CTP.

Hope this helps.

All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Milan
Telerik team
answered on 09 Jul 2012, 01:21 PM
Hi,

Small correction - if you would like to simply choose between ascending or descending ordering you could use the SortOrder property of the respective Desciption. For example:

new PropertyGroupDescription() { PropertyName = "MyProperty", SortOrder = SortOrder.Descending };

Implementing custom IGroupComparer should be considered when you need custom ordering that cannot be achieved by simply setting the SortOrder property.

Greetings,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Travis
Top achievements
Rank 1
answered on 09 Jul 2012, 04:35 PM
I'm afraid to ask, but do you have an ETA on the OLAP support.  This is a critical feature for us.  The IQueryable object is interesting, but I have several cubes that I need to use and I need a pivot that can issue MDX to them.  Also, we need this support for silverlight.   Please advise on when we can have this feature.  Or another alternative that lets me connect to cubes/mdx.

Thanks!
0
Annie
Top achievements
Rank 1
answered on 10 Jul 2012, 12:14 AM
Hi,

The RadPivotGrid very impress to us.
The only thing that we would to add on is the OLAP Cube/SSAS support, does you all have any time frame for this?
Can we know when will be the RadPivotGrid trial & official release?

Thanks.
0
Andrea Rapuzzi
Top achievements
Rank 1
answered on 10 Jul 2012, 11:15 AM
Hi Milan,

I'm sorry to inform you that I haven't received an email for the CTP and I don't see the link in the trial page ...

Thanks!
Andrea
0
James
Top achievements
Rank 1
answered on 10 Jul 2012, 12:46 PM
Hi Milan

Thanks for the detailed reply.

1.  I think it is quite important. The Pivot Grid allows the user to summarise various datasets, but once areas of interest are identified, then the ability to investigate further is necessary. Whilst my comment is titled Drill Through.. I dont require the control to provide this feature in its complete form. So long as I could click on a cell and receive an event which provided some details on that cell such as column dimensions and row dimensions, then I can use this to access the data directly from the source system.

For me - Priority 1

2. Telerik currently working on short cut menus to enable use of alternative stats fields. Great. I think this would be my 1st or 2nd priority.

3. Calculated fields - I am happy to wait for this. Lower Priority.

4. THanks for the code - we can make that work.

5. clickable headers.. For example, one data source I have would contain data with dimensions for Job Number, Supplier, Tasks. So one (simplified) use of the Pivot Table would have Job Numbers as Row Headings, Suppliers as Column Headers and Count(Tasks) as the data values.  It would be useful to be able to allow the user to click on the Job Number and then navigate to another screen which shows details for that specific Job Number.

6. 7. 8.  All about accessing the summarised data.  I dont need built in PDF, built in export, or built in charting.. access to the data will meet our requirements, as most of the implementation will be fairly customised.

For me - I think this is the 3rd most important after items 1 and 2 above.



Thanks - as asked by other users - any details on expected beta version, and then full release would be much appreciated.


0
Milan
Telerik team
answered on 10 Jul 2012, 03:12 PM
Hello,

@James - Thank you once again for the wonderful feedback. We will consider all requests and suggestions.

Since there is a huge demand for cube support we have updated our priorities and we will put more effort into this feature and also try to give you bits with cube support as soon as possible. Currently, I cannot commit to a certain date but we will try to have this working in a month or so. We will post more details when we are ready.

Regarding the release cycle of RadPivotGrid, we plan to have an official CTP (which will include additional features and bug fixes) in 2-3 weeks, after that we will have an official Beta. Most probably the Beta will be released with Q3. V1 will be released after the beta phase.

We believe that having CTP and Beta phases is crucial for matching your expectations and providing you with the best pivot control on the market. As you can see, we are pretty flexible about the features that will make it into the official release and we want to make sure that those features are the ones that you really need.

All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
carlos
Top achievements
Rank 1
answered on 10 Jul 2012, 06:06 PM
Hi Milan.

Thanks for keeping us updated.

As for the export feature I agree with James, it's not necessary at this point to have a built in - all good looking - export xls,pdf, etc.
A simple datatable (or list of objects of some class of yours) would be fine.
The component we are currently using has an export to file feature but we still create our own exports based on the data that it has because of specific layout needs.


Personally our company has this priorities:
1 - OLAP MDX support
2 - Export data
3 - Possibility to group (merge) selected rows into a single one (our clients have specific needs for this - for example when viewing thousands of rows of products they sometimes see products that are similiar (only colors differ for example) and they want to group all those colors into one single row of that product grouping all those rows to better compare the results along with the other products)
4 -  [very low priority]
 4.1 public events like:
  cell selected
  row selected
  cell mouse over
 4.2 allow adding aditional options to context-menu for a specific cell or set it's custom tooltip
 4.3 for debugging purposes - some way of viewing the mdx query being executed

When the new update with olap support becomes available, please let me know and we will start more intensive tests to give you a more accurate and detailed report.
 
0
SC
Top achievements
Rank 2
answered on 10 Jul 2012, 10:32 PM
Add me to list please. I would like to evaluate the CTP.
TIA
0
Hristo
Telerik team
answered on 11 Jul 2012, 08:28 AM
Hello,

@Andrea and @Peter

You should have received an email with instruction on how to download the CTP bits.
Any feedback is much appreciated.

All the best,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
DerekAlfonso
Top achievements
Rank 1
answered on 11 Jul 2012, 06:28 PM
Hello,

We are very interested in evaluating the PivotGrid - we are currently using the DevExpress version of a PivotGrid but are not particularly happy with it.  Can we please get the instructions for installing the CTP?

Thanks!
Bill Vanderpol
Anterra Technology
0
carlos
Top achievements
Rank 1
answered on 11 Jul 2012, 09:16 PM
@Milan

I forgot to mention another very important - high priority - feature for us:
Ability to export the current "configuration/view" - preferably a xml.

Our clients like to create "views" for repetitive (monthly, etc) analysis, basically they select the measures, dimensions, do the groupings,etc and then they save to their user area on the db the xml that the control we are currently using allows to export. That configuration state (xml) will be loaded each time the user want's to use that view (obviously the xml only contains the settings... the data is fetched from the database uppon loading the xml) 
0
James
Top achievements
Rank 1
answered on 12 Jul 2012, 01:33 AM
Hi

I agree with Carlos about the need to allow the user to make configurations and save them and reuse them. This was my number 9 from our first list.

Thanks
0
Hristo
Telerik team
answered on 16 Jul 2012, 06:52 AM
Hello,

We will consider all requested features.
If you think of something else, please let us know.

Kind regards,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Balaji
Top achievements
Rank 1
answered on 16 Jul 2012, 10:57 AM
I would like to evaluate the CTP release of radpivotgrid please.

Regards,
C.Balaji
0
Milan
Telerik team
answered on 19 Jul 2012, 08:21 AM
Hi,

You should receive an email shortly. Thanks you for evaluating the CTP.

Regards,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Gopi
Top achievements
Rank 1
answered on 19 Jul 2012, 04:04 PM
Can you please send me the evaluation version of the CTP. I would like to evaluate the RadPivotGrid
0
Milan
Telerik team
answered on 20 Jul 2012, 07:13 AM
Hello,

Thank you for your interest. You should receive an email with more details shortly.


All the best,
Milan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Travis
Top achievements
Rank 1
answered on 30 Jul 2012, 05:01 PM

Greetings Telerik - I have some questions and requests....

#1 - Need OLAP support
 

#2 - Need OLAP support ... (didn't copy paste that - very much need this :) ..

 
#3 - How come none of the demo/examples online shows a user defined filter criteria? When I add some dimension to as a to the "filter" box, it seems to have no effect - i.e., I get no ability to apply my filter.  You have some filter example pages, but they are just hard coded button pushes.

#4 – Does this (or will this) pivot control have multi-select hierarchy controls that are similar to excel? 

#5 – How much control do developers have over the style of individual parts of the “PivotFieldList”.  So for example:

5.1: suppose I have a dimension that I want to show in RED font – Is that possible?

5.2:  suppose I want to apply special business logic that removes dimension ‘Y’ from “Row Labels” automatically whenever dimension ‘X’ is added as a filter.  Is that possible?

 

#6 – You point out that this control scales well with large datasets in one of your examples.  But what about a massive dimension?  For example, suppose I have a dimension with a million members.  If I drop this on the Y-Axis, will this control break?  If I drop it as a filter, and then uncheck just one item, will this control generate an exclusionary  WHERE clause with just that one member?  Or will it generate an inclusion list with the other 999,999 members?

#7, #8, #9 #10…. NEED OLAP Support     J

Thanks!

0
toto rto
Top achievements
Rank 1
answered on 30 Jul 2012, 08:24 PM
hello,

please add me to the list so that we can also evaluate this CTP.

thanks
0
Hristo
Telerik team
answered on 31 Jul 2012, 07:01 AM
Hello All,

RadPivotGrid is public CTP now (available for ASP.Net, WinForms, WPF and Silverlight) and you can download it from "My Account" by downloading the lastest release (2012 Q2 SP1).

Demos are available here (for SL & ASP.Net):
http://demos.telerik.com/silverlight/#PivotGrid/Layouts
http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/firstlook/defaultcs.aspx

Now is the time for feedback so please let us know what you think and what you need.

You can use this corresponding forum:
http://www.telerik.com/community/forums/wpf/pivotgrid.aspx
http://www.telerik.com/community/forums/silverlight/pivotgrid.aspx
http://www.telerik.com/community/forums/aspnet-ajax/pivotgrid.aspx
http://www.telerik.com/community/forums/winforms/pivotgrid.aspx

Regards,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Anan
Top achievements
Rank 1
answered on 08 Aug 2012, 05:07 PM
Hello Hristo

Thanks for the PivotGrid. Is there any plan to include the ability to edit/save/design mdx queries?
Also, we are planning to use Pivot grid in ipads. Do you think we would have pivot grids for html too?

Thanks
0
Rosen Vladimirov
Telerik team
answered on 10 Aug 2012, 06:25 AM
Hi,

Currently it is not in our plans to include working with mdx queries. In the moment we are working very hard to provide support for cubes, but we will not have mdx expression editor or render user generated mdx queries. In fact could you share some details why do you need such queries and how do you plan to use them? Maybe we'll find a way to help you with the current planned features. Please share the details and we'll do our best to help you for this problem.
For your second question - the pivot will be available for ASP.NET and it will have support for ipad. Current version is not tested with it, but when we release the official one you shouldn't have any problems using it on ipads.

Thanks for evaluating RadPivotGrid! You can contact us if you have any other questions or suggestions.

Regards,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Michael Lau
Top achievements
Rank 1
answered on 24 Aug 2012, 07:59 AM
Hi Hristo 

"RadPivotGrid is public CTP now (available for ASP.Net, WinForms, WPF and Silverlight) and you can download it from "My Account" by downloading the lastest release (2012 Q2 SP1)."

I can't seem to find any RadPivotGrid related information inside "My Account" nore any download link to the latest release of the RadPivotGrid 2012 Q2 SP1 :(

I did download the TelerikControlPanelSetup_2012_2_809.exe but the RadPivotGrid is not a part of the updates it provides. 

Do I need glasses or just some kind of super ninja power access?

Kind Regards 
Wolfsberg
0
Jakub Wilk
Top achievements
Rank 2
answered on 24 Aug 2012, 08:15 AM
asp.net pivotgrid when we can expect example like you already already have in Silverlight version RadPivotFieldList?
when we can expect version of asp.net control that will be able to connect to analysis services cube?

great job and i wait for more;
0
Rosen Vladimirov
Telerik team
answered on 24 Aug 2012, 03:03 PM
Hi Michael,

I noticed you have downloaded RadControls for WPF and Silverlight. The RadPivotGrid is part of them so you are able to use them. For more information how to do it you can check our online demos here. Currently we don't have online help so if you face any problems you can contact us directly.

All the best,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Rosen Vladimirov
Telerik team
answered on 27 Aug 2012, 12:15 PM
Hi Jakub,

You can find examples for asp.net PivotGrid here. The RadPivotFieldList will be ready for Q3 and you'll be able to use it.
Currently we are working on the cube support but we are still not ready to give you exact date when it will be ready.

Thanks for evaluating RadPivotGrid and using RadControls.

Regards,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Sean
Top achievements
Rank 1
answered on 06 Sep 2012, 07:55 PM
I am interested in any Beta, CTP, or release of any charting or grid components you are working on that will work with Analysis Services.
How can I subscribe for that?
0
Rosen Vladimirov
Telerik team
answered on 10 Sep 2012, 03:14 PM
Hi,

Our RadPivotGrid will have OLAP support. In fact it is currently in development and hopefully it will be ready for our Q3 release (in October). You don't have to subscribe for that, you should download our official releases. As the RadPivotGrid is currently in development you can download our latest internal builds as well and use them, because we are trying to include all new features in these builds. You may follow our discussion in this forum and send us your feedback and suggestions how we could improve the RadPivotGrid.

Hopefully this helps.

Kind regards,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
sv
Top achievements
Rank 1
answered on 11 Sep 2012, 02:48 PM
Hi,
Is there a silverlight version of the RadPivotGrid control?
Thanks.
0
Rosen Vladimirov
Telerik team
answered on 12 Sep 2012, 11:31 AM
Hello,

Yes, there is such version. It is still CTP version, but I'm sure you'll find it very interesting and useful. The RadPivotGrid is part of our RadControls for Silverlight package, so if you have it you are able to use the Pivot. You can check our online demos here for more information and some help how to use it. Don't hesitate to contact us if you have any questions or suggestions.

Kind regards,
Rosen Vladimirov
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Babak
Top achievements
Rank 1
answered on 11 Dec 2012, 06:17 AM
Dear Rosen Vladimirov
Now 11/Dec/2012, You Have One Control That Connect To Olap Data Source ?(In ASP.net)
Can I Used Pivot Grid And Connect To Olap DataSource?
0
Rosen Vladimirov
Telerik team
answered on 11 Dec 2012, 06:26 AM
Hello Babak,

RadPivotGrid for Silverlight can use OLAP Cube as data source so you can try it. More information can be found in our online help and in our online demos. Our team is working very hard to provide this functionality in ASP.NET RadPivotGrid and it should be ready for 2013 Q1 release.

Don't hesitate to contact us in case of any problems or concerns.

Regards,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Mikael Nygaard
Top achievements
Rank 1
answered on 18 Dec 2012, 08:32 AM
I would like to be added to the mailing list. We are very interested in the RadPivotGrid for ASP.NET ajax with OLAP support. Is it possible to try it out this month?

Regards
Mikael
0
Rosen Vladimirov
Telerik team
answered on 18 Dec 2012, 12:06 PM
Hello Mikael Nygaard,

RadPivotGrid is already public and you can find it by downloading our latest official release of RadControls for ASP.NET AJAX. You can find more information here and also in the online help. If you face any problems with RadPivotGrid you can open a new support ticket or forum thread in the respective forum (in your case RadPivotGrid for ASP.NET AJAX (note that this forum is for Silverlight).

Don't hesitate to contact us if you have any suggestions or concerns.

Greetings,
Rosen Vladimirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Marek
Top achievements
Rank 1
answered on 03 Sep 2015, 02:06 PM

Hi,
How to remove row from PivotGrid if data is empty or null ? Right now if property is null in Header Row have text '(blank)'
I want have row with different count leve. Right now I can have alway the same numbers of levels.For Example below want to show just two level:

 

PivotItem.TestDataLevel1 = 'Title 1';
PivotItem.TestDataLevel2 = 'Title 2';​
PivotItem.TestDataLevel3 = null;

 ​

LocalDataSourceProvider.RowGroupDescriptions.Add(new PropertyGroupDescription { PropertyName = ExpressionMiner.ExtractPropertyName<PivotItem>(val => val.TestDataLevel1 ) });​
LocalDataSourceProvider.RowGroupDescriptions.Add(new PropertyGroupDescription { PropertyName = ExpressionMiner.ExtractPropertyName<PivotItem>(val => val.TestDataLevel2 ) });​​
LocalDataSourceProvider.RowGroupDescriptions.Add(new PropertyGroupDescription { PropertyName = ExpressionMiner.ExtractPropertyName<PivotItem>(val => val.TestDataLevel3 ) });​
0
Kalin
Telerik team
answered on 07 Sep 2015, 08:53 AM
Hello Marek,

With the current implementation of the control there isn't  built in functionality for achieving the desired. What I can suggest you would be to try adding a Label Filter in order to hide the items with null value. You can also change the text of the blank cells using the EmptyValueText property of the PivotGrid.

Hope this helps.

Regards,
Kalin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Bernhard Gammel
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Marco Marchesi
Top achievements
Rank 1
Hristo
Telerik team
S Kumar
Top achievements
Rank 1
Jacek
Top achievements
Rank 1
Noah
Top achievements
Rank 1
Andrew
Top achievements
Rank 1
DerekAlfonso
Top achievements
Rank 1
Mark Ravey
Top achievements
Rank 1
Steve
Top achievements
Rank 1
Tamas
Top achievements
Rank 1
Fabiana
Top achievements
Rank 1
Michele
Top achievements
Rank 2
Stefan Dobrev
Telerik team
Naresh
Top achievements
Rank 1
atran
Top achievements
Rank 1
Manohar
Top achievements
Rank 1
Nick
Top achievements
Rank 1
Wasif Abbas
Top achievements
Rank 1
Paul Lewis
Top achievements
Rank 1
Toby Riley
Top achievements
Rank 1
Biruh MEKONNEN
Top achievements
Rank 1
Richard
Top achievements
Rank 1
Bernhard Gammel
Top achievements
Rank 1
Jonx
Top achievements
Rank 2
Jack
Top achievements
Rank 1
Louis
Top achievements
Rank 1
D.Scaccabarozzzi
Top achievements
Rank 1
Rick Kauwen
Top achievements
Rank 1
Iurii
Top achievements
Rank 1
Hannes
Top achievements
Rank 1
toto rto
Top achievements
Rank 1
Neeraj
Top achievements
Rank 1
Jakub Wilk
Top achievements
Rank 2
Phi
Top achievements
Rank 1
Robert Kaucher
Top achievements
Rank 2
James
Top achievements
Rank 1
Susann
Top achievements
Rank 1
Chris Howle
Top achievements
Rank 1
Timothy
Top achievements
Rank 1
Kristoffer Rødseth
Top achievements
Rank 1
Richard
Top achievements
Rank 1
Xavier Lavigne
Top achievements
Rank 1
shivir
Top achievements
Rank 1
Andy H
Top achievements
Rank 1
Milan
Telerik team
Frederic
Top achievements
Rank 1
Adam
Top achievements
Rank 1
TMatt
Top achievements
Rank 2
Annie
Top achievements
Rank 1
Tom
Top achievements
Rank 1
Abhishek
Top achievements
Rank 1
Jason Moore
Top achievements
Rank 1
Travis
Top achievements
Rank 1
Nils C.
Top achievements
Rank 1
Enzo
Top achievements
Rank 1
Eric
Top achievements
Rank 1
Mike
Top achievements
Rank 1
Christoph
Top achievements
Rank 1
Yann
Top achievements
Rank 1
Piotr
Top achievements
Rank 1
Andrea Rapuzzi
Top achievements
Rank 1
Michael
Top achievements
Rank 1
John
Top achievements
Rank 1
Steven
Top achievements
Rank 1
Steven
Top achievements
Rank 1
Morten Bergman
Top achievements
Rank 1
Jackie
Top achievements
Rank 1
ngan hong
Top achievements
Rank 1
carlos
Top achievements
Rank 1
Keith
Top achievements
Rank 1
Semyon Akimov
Top achievements
Rank 1
SC
Top achievements
Rank 2
Hristo
Telerik team
Balaji
Top achievements
Rank 1
Gopi
Top achievements
Rank 1
Anan
Top achievements
Rank 1
Rosen Vladimirov
Telerik team
Michael Lau
Top achievements
Rank 1
Sean
Top achievements
Rank 1
sv
Top achievements
Rank 1
Babak
Top achievements
Rank 1
Mikael Nygaard
Top achievements
Rank 1
Marek
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or