Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > Silverlight PivotGrid

Not answered Silverlight PivotGrid

Feed from this thread
  • Bernhard Gammel avatar

    Posted on Mar 18, 2010 (permalink)

    Hi,

    Do you plan a PivotGrid in Silverlight in the Future?

    Regards

    Reply

  • Pavel Pavlov Pavel Pavlov admin's avatar

    Posted on Mar 18, 2010 (permalink)

    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.

    Reply

  • Marco Marchesi avatar

    Posted on Apr 13, 2010 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Apr 13, 2010 (permalink)

    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.

    Reply

  • S Kumar avatar

    Posted on May 21, 2010 (permalink)

    When will this be available? I am also looking for OLAP grid.

    Reply

  • Hristo Hristo admin's avatar

    Posted on May 25, 2010 (permalink)

    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.

    Reply

  • Jacek avatar

    Posted on Aug 5, 2010 (permalink)

    I am also very interested in PivotGrid component.
    I need two functionalities:
    - Work on relational data
    - Work with MS OLAP


    Reply

  • Noah avatar

    Posted on Aug 17, 2010 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Aug 18, 2010 (permalink)

    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

    Reply

  • Andrew avatar

    Posted on Aug 25, 2010 (permalink)

    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

    Reply

  • BillV avatar

    Posted on Aug 31, 2010 (permalink)

    I'd love to find out more about what you are planning for the OLAP tool as well!

    Bill

    Reply

  • Noah avatar

    Posted on Sep 1, 2010 (permalink)

    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).

    Reply

  • Hristo Hristo admin's avatar

    Posted on Sep 7, 2010 (permalink)

    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

    Reply

  • Mark Ravey avatar

    Posted on Sep 21, 2010 (permalink)

    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.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Sep 23, 2010 (permalink)

    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

    Reply

  • Steve avatar

    Posted on Oct 5, 2010 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Oct 6, 2010 (permalink)

    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

    Reply

  • Tamas avatar

    Posted on Oct 6, 2010 (permalink)

    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

    Reply

  • Steve avatar

    Posted on Oct 6, 2010 (permalink)

    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.

    Reply

  • Pavel Pavlov Pavel Pavlov admin's avatar

    Posted on Oct 8, 2010 (permalink)

    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

    Reply

  • Fabiana avatar

    Posted on Oct 19, 2010 (permalink)

    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!

    Reply

  • Paolo Master avatar

    Posted on Oct 26, 2010 (permalink)

    Hello Telerik,
    the Q3 version will support Olap Cube with MS Analisys Service??

    Thanks a lot

    Paolo

    Reply

  • Stefan Dobrev Stefan Dobrev admin's avatar

    Posted on Oct 27, 2010 (permalink)

    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

    Reply

  • Paolo Master avatar

    Posted on Oct 27, 2010 (permalink)

    Hi Stefan Dobrev,
    I wish to be included in this mailinglist, thanks

    Paolo

    Reply

  • Tamas avatar

    Posted on Oct 27, 2010 (permalink)

    Hi Stefan,

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

    Thanks and best regards,
    Tamas

    Reply

  • Jacek avatar

    Posted on Oct 27, 2010 (permalink)

    Hello

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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Oct 27, 2010 (permalink)

    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

    Reply

  • Fabiana avatar

    Posted on Oct 27, 2010 (permalink)

    infragistics has PivotGrid component:


    http://www.infragistics.com/dotnet/netadvantage/silverlight/data-visualization/xam-web-pivot-grid.aspx#Overview

    Reply

  • Hristo Hristo admin's avatar

    Posted on Oct 29, 2010 (permalink)

    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

    Reply

  • Naresh avatar

    Posted on Nov 2, 2010 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Nov 2, 2010 (permalink)

    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

    Reply

  • atran avatar

    Posted on Nov 9, 2010 (permalink)

    please add me too...

    Reply

  • Hristo Hristo admin's avatar

    Posted on Nov 10, 2010 (permalink)

    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

    Reply

  • Mark Ravey avatar

    Posted on Nov 18, 2010 (permalink)

    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.

    Reply

  • Manohar avatar

    Posted on Nov 29, 2010 (permalink)

    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

    Reply

  • Nick avatar

    Posted on Dec 14, 2010 (permalink)

    I'm interested in getting the beta code.  Can you please let me at it.

    Thanks,

    Nick

    Reply

  • Hristo Hristo admin's avatar

    Posted on Dec 15, 2010 (permalink)

    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

    Reply

  • Wasif Abbas avatar

    Posted on Dec 24, 2010 (permalink)

    Please include me in the beta testing list as well.

    Regards
    Wasif

    Reply

  • Hristo Hristo admin's avatar

    Posted on Dec 27, 2010 (permalink)

    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

    Reply

  • Paul Lewis avatar

    Posted on Dec 27, 2010 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Dec 29, 2010 (permalink)

    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

    Reply

  • Tobias Riley Tobias Riley's avatar

    Posted on Dec 29, 2010 (permalink)

    Please could you include me on the OLAP beta mail queue.

    Many Thanks

    Toby

    Reply

  • Hristo Hristo admin's avatar

    Posted on Dec 30, 2010 (permalink)

    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

    Reply

  • Posted on Jan 6, 2011 (permalink)

    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.




    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 10, 2011 (permalink)

    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>>

    Reply

  • Posted on Jan 10, 2011 (permalink)

    Hi Hristo,

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

    Thanks.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 10, 2011 (permalink)

    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>>

    Reply

  • Richard avatar

    Posted on Jan 11, 2011 (permalink)

    Hi, I would like access to the beta of the PivotGrid if this is still available.

    Thanks
    Rich

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 12, 2011 (permalink)

    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>>

    Reply

  • Manohar avatar

    Posted on Jan 12, 2011 (permalink)

    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

    Reply

  • Bernhard Gammel avatar

    Posted on Jan 13, 2011 (permalink)

    Hi, I would like access to the beta of the PivotGrid, too. Please.

    Reply

  • Mark Ravey avatar

    Posted on Jan 13, 2011 (permalink)

    Hi Hristo,
    Are you able to provide an estimate on timescales for the beta program?
    Regards,
    Mark.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 13, 2011 (permalink)

    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>>

    Reply

  • John Master avatar

    Posted on Jan 16, 2011 (permalink)

    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.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 17, 2011 (permalink)

    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>>

    Reply

  • Jack avatar

    Posted on Jan 17, 2011 (permalink)

    Please add me to the list as well.

    Thanks

    jack

    Reply

  • Louis avatar

    Posted on Jan 17, 2011 (permalink)

    Please add me to the list too.

    Many Thanks
    Louis

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 18, 2011 (permalink)

    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>>

    Reply

  • Andrea Riva Andrea Riva's avatar

    Posted on Jan 20, 2011 (permalink)

    Hi Hristo, we're very interested in pivot grid, please add me also to the list!

    Thanks a lot in advance

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 21, 2011 (permalink)

    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>>

    Reply

  • Posted on Jan 25, 2011 (permalink)

    Hi Hristo, can you add me to the mailing list too?

    Thanks

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 27, 2011 (permalink)

    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>>

    Reply

  • Iurii avatar

    Posted on Jan 29, 2011 (permalink)

    me too

    Reply

  • Hristo Hristo admin's avatar

    Posted on Jan 31, 2011 (permalink)

    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>>

    Reply

  • Hannes avatar

    Posted on Feb 1, 2011 (permalink)

    me too
    thx!

    Reply

  • Hristo Hristo admin's avatar

    Posted on Feb 1, 2011 (permalink)

    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>>

    Reply

  • Paolo Master avatar

    Posted on Feb 11, 2011 (permalink)

    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

    Reply

  • toto rto avatar

    Posted on Feb 11, 2011 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Feb 16, 2011 (permalink)

    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

    Reply

  • toto rto avatar

    Posted on Feb 16, 2011 (permalink)

    An honest answer,  refreshing.

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

    thanks for the clear answer.

    Reply

  • Posted on Mar 17, 2011 (permalink)

    do you have an update on the pivot grid

    Reply

  • Jakub Wilk avatar

    Posted on Mar 17, 2011 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted on Mar 22, 2011 (permalink)

    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

    Reply

  • Phi avatar

    Posted on Mar 24, 2011 (permalink)

    Can I still be added to the list? Thanks in advance.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Mar 25, 2011 (permalink)

    Hi Phi,

    You were added to the list.

    Best wishes,
    Hristo
    the Telerik team

    Reply

  • Posted on Mar 25, 2011 (permalink)

    Please add me as well! Thanks!

    Reply

  • James avatar

    Posted on Mar 27, 2011 (permalink)

    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    

    Reply

  • Hristo Hristo admin's avatar

    Posted on Mar 28, 2011 (permalink)

    Hi James,

    You were added to the private beta testing mailing list.

    All the best,
    Hristo
    the Telerik team

    Reply

  • Jakub Wilk avatar

    Posted on Mar 28, 2011 (permalink)

    please let me know if there was any best test mailig (till today)?

    Reply

  • Hristo Hristo admin's avatar

    Posted on Mar 29, 2011 (permalink)

    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

    Reply

  • Susann avatar

    Posted on Apr 1, 2011 (permalink)

    Can I still be added to the list? Thanks in advance.

    Reply

  • Chris Howle avatar

    Posted on Apr 1, 2011 (permalink)

    Can I please be added to the list for the beta testing.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Apr 1, 2011 (permalink)

    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

    Reply

  • Timothy Intermediate avatar

    Posted on Apr 2, 2011 (permalink)

    Please add me to the list.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Apr 4, 2011 (permalink)

    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

    Reply

  • Kristoffer Rødseth avatar

    Posted on Apr 8, 2011 (permalink)

    I would also like to be added please. Thanks.

    Reply

  • Hristo Hristo admin's avatar

    Posted on Apr 12, 2011 (permalink)

    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

    Reply

  • Susann avatar

    Posted on Apr 27, 2011 (permalink)

    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!

    Reply

  • Richard avatar

    Posted on May 1, 2011 (permalink)

    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...

    Reply

  • Hristo Hristo admin's avatar

    Posted on May 2, 2011 (permalink)

    @ 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

    Reply

  • Xavier Lavigne avatar

    Posted on May 3, 2011 (permalink)

    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.

    Reply

  • Hristo Hristo admin's avatar

    Posted on May 6, 2011 (permalink)

    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

    Reply

  • shivir avatar

    Posted on May 9, 2011 (permalink)

    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?

    Reply

  • Andy H Andy H's avatar

    Posted on May 10, 2011 (permalink)

    Please also add me to the beta list.

    Reply

  • Hristo Hristo admin's avatar

    Posted on May 13, 2011 (permalink)

    @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

    Reply

  • James avatar

    Posted on May 15, 2011 (permalink)

    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??

    Reply

  • Richard avatar

    Posted on May 16, 2011 (permalink)

    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...

    Reply

  • Jakub Wilk avatar

    Posted on May 16, 2011 (permalink)

    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 ...

    Reply

  • toto rto avatar

    Posted on May 16, 2011 (permalink)

    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...

    Reply

  • Jacek avatar

    Posted on May 16, 2011 (permalink)

    Hello,

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

    Telerik makes jokes ....



    Reply

  • Tobias Riley Tobias Riley's avatar

    Posted on May 16, 2011 (permalink)

    Please could you remove me from the mailing list. Thanks.

    Reply

  • Jakub Wilk avatar

    Posted on May 24, 2011 (permalink)

    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?

    Reply

  • Hristo Hristo admin's avatar

    Posted on May 25, 2011 (permalink)

    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

    Reply

  • James avatar

    Posted on May 25, 2011 (permalink)


    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.

    Reply

  • Jakub Wilk avatar

    Posted on May 26, 2011 (permalink)

    why we are voting for control that you already start developement, or you didn't start yet?

    Reply

  • James avatar

    Posted on May 26, 2011 (permalink)

    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
    ""

    Reply

  • Jakub Wilk avatar

    Posted on May 26, 2011 (permalink)

    already voted, have a nice day, best regards, jakub

    Reply

  • Andy H Andy H's avatar

    Posted on May 27, 2011 (permalink)

    Here's the direct link to the PITS issue.

    Reply

  • Tamas avatar

    Posted on Sep 12, 2011 (permalink)

    Hi,

    Are there any news on this topic?

    Thanks and best regards,
    Tamas

    Reply

  • Hristo Hristo admin's avatar

    Posted on Sep 15, 2011 (permalink)

    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 >>

    Reply

  • Tamas avatar

    Posted on Sep 15, 2011 (permalink)

    Hi Hristo,

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

    Have a nice day,
    Tamas

    Reply

  • James avatar

    Posted on Sep 15, 2011 (permalink)

    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

    Reply

  • Milan Milan admin's avatar

    Posted on Sep 20, 2011 (permalink)

    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 >>

    Reply

  • James avatar

    Posted on Dec 11, 2011 (permalink)

    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.

    Reply

  • Jakub Wilk avatar

    Posted on Dec 12, 2011 (permalink)

    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,

    Reply

  • Frederic avatar

    Posted on Dec 12, 2011 (permalink)

    We are waiting for the PivotGrid too.

    Reply

  • Frederic avatar

    Posted on Dec 12, 2011 (permalink)

    Oups, double post...

    Reply

  • toto rto avatar

    Posted on Dec 12, 2011 (permalink)

    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...

    Reply

  • Milan Milan admin's avatar

    Posted on Dec 16, 2011 (permalink)

    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 >>

    Reply

  • Adam avatar

    Posted on Jan 3, 2012 (permalink)

    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

    Reply

  • Jakub Wilk avatar

    Posted on Jan 3, 2012 (permalink)

    and also information if component will be HTML5 or still silverlihgt?
    ;-)

    Reply

  • TMatt avatar

    Posted on Jan 3, 2012 (permalink)

    HTML5 PivotGrid :)

    Nice Joke.

    Reply

  • Milan Milan admin's avatar

    Posted on Jan 12, 2012 (permalink)

    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 >>

    Reply

  • Annie avatar

    Posted on Jan 26, 2012 (permalink)

    Is there any target date for Telerik to release Pivot Grid? This issue being discuss for almost 2 years.

    Reply

  • Milan Milan admin's avatar

    Posted on Jan 31, 2012 (permalink)

    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 >>

    Reply

  • Tom avatar

    Posted on Feb 21, 2012 (permalink)

    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....

    Reply

  • Milan Milan admin's avatar

    Posted on Feb 27, 2012 (permalink)

    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 >>

    Reply

  • Abhishek avatar

    Posted on Feb 27, 2012 (permalink)

    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

    Reply

  • Milan Milan admin's avatar

    Posted on Mar 21, 2012 (permalink)

    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 >>

    Reply

  • Jason Moore avatar

    Posted on Mar 22, 2012 (permalink)

    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.

    Reply

  • Milan Milan admin's avatar

    Posted on Mar 29, 2012 (permalink)

    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 >>

    Reply

  • Jakub Wilk avatar

    Posted on Mar 29, 2012 (permalink)

    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

    Reply

  • Milan Milan admin's avatar

    Posted on Apr 4, 2012 (permalink)

    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 >>

    Reply

  • Annie avatar

    Posted on Apr 20, 2012 (permalink)

    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.

    Reply

  • Milan Milan admin's avatar

    Posted on Apr 26, 2012 (permalink)

    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 >>

    Reply

  • Travis avatar

    Posted on May 18, 2012 (permalink)

    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

    Reply

  • Hristo Hristo admin's avatar

    Posted 2 days ago (permalink)

    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 >>

    Reply

  • Travis avatar

    Posted 2 days ago (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > Silverlight PivotGrid