Completed
Last Updated: 25 Feb 2014 08:53 by KE
ADMIN
Created by: Kostadin
Comments: 44
Category: PivotGrid
Type: Feature Request
38

			
Declined
Last Updated: 24 Oct 2017 12:20 by Adam
Created by: Eli
Comments: 24
Category: PivotGrid
Type: Feature Request
31
Some of the most powerful features of the new RadPivotGrid are based around aggregates.  It would be great if you could simply sort by any aggregate fields set up, including Grand Totals.  I have not seen any documentation on doing this as it stands.
Unplanned
Last Updated: 13 Jul 2021 13:40 by ADMIN
Created by: Alan
Comments: 1
Category: PivotGrid
Type: Bug Report
7

Hi,

At first I received the same error in this thread and applied the fixed as suggested. This works ok until I Edit Fields in the Designer. On saving the changes the OLAP settings are placed back into the code. I am then required to delete the code to fix this problem. I am constantly back-and-forth using Edit Fields while building my application.

I don't see this as a Feature Request as suggested in the thread, rather a Bug based on this behavior.

https://www.telerik.com/forums/pivotgrid-problem 

<OlapSettings>
<XmlaConnectionSettings Encoding="utf-8"></XmlaConnectionSettings>
</OlapSettings>
Anyway, hoping you can consider this request. Alan
Declined
Last Updated: 08 Jun 2015 14:02 by ADMIN
Created by: Paolo Brunino
Comments: 2
Category: PivotGrid
Type: Feature Request
7
In RadPivotGrid control can be intresting have a Virtual scrolling and paging like RadGrid control.
Unplanned
Last Updated: 23 Nov 2016 13:49 by ADMIN
Declined
Last Updated: 26 Jul 2016 12:45 by ADMIN
Created by: Moo
Comments: 1
Category: PivotGrid
Type: Feature Request
6
The current RadPivotGrid handles sum, count, etc. but does not handle 'distinct count'.

To elaborate: a field contains numerous different values that are duplicated over a number of rows - 'distinct count' counts the number of distinct values in the record set.

Looks like someone has already submitted a similar question/request:
http://www.telerik.com/forums/count-distinct-aggregate

Hope it makes it into a future release. :-)

Many thanks,
Unplanned
Last Updated: 22 Sep 2016 09:28 by Trilochan
Unplanned
Last Updated: 21 Oct 2020 15:37 by ADMIN
Created by: Serdar
Comments: 1
Category: PivotGrid
Type: Feature Request
5
It will be useful to have sorting feature in PivotGridAggregateField. For example as in attachment one may want to sort the grades of students as me :) 
Looking forward to have sorting feature in new releases. 
Unplanned
Last Updated: 01 Jun 2020 16:23 by ADMIN
Created by: Marcin
Comments: 2
Category: PivotGrid
Type: Feature Request
4
I have a scenario in my web application where I need possibility to sort values in RadPivotGrid by field existing in datasource, but is not displayed in RadPivotGrid.

For Example I have flats that should be sorted in order defined in field sort_order, I can add this field to RadPivotGrid, but I don't want to show it to user. 
This approach works perfectly with standard RadGrid, but unfortunately does not work with RadPivotGrid. Flats are sorted by their names, with is wrong from my point of view. 
Completed
Last Updated: 24 Sep 2014 09:01 by Bill
Declined
Last Updated: 08 Jun 2015 14:31 by ADMIN
Using RadPivotGrid with million and more records in data source, performance is very poor, and memory/CPU consumption/utilization goes very high. 

Is there a way to optimize data loading in this control?
Completed
Last Updated: 11 Mar 2014 15:00 by Jon
The Telerik blog posting at http://blogs.telerik.com/xamlteam/posts/12-12-21/introducing-radpivotgrid-for-wpf-silverlight describes how to add "calculation" fields to a RadPivotGrid for WPF/Silverlight. As far as I can tell, the current version of RadPivotGrid for ASP.NET AJAX doesn't have this feature. Please add this feature to the RadPivotGrid for ASP.NET AJAX. I need it in order to add percentages to a RadPivotGrid similar to what is described in the Calculations section in the blog entry.
Unplanned
Last Updated: 18 Jun 2020 15:05 by ADMIN
Would be good if ajax pivotgrid filter window supported OLAP dimension hierarchies

The Filter window / popup, doesn't seem to respect an OLAP dimension hierarchy.  It just shows a flat list at top level (for example case of date hierarchy just shows year).

See attached for a date hierarchy example in three different cube browsers, each with the same OLAP SSAS backend. Browsers are a) ajax pivot grid, b) kendo pivot grid and c) excel

The Ajax version just shows flat list, whereas kendo pivot and excel show the hierarchy

Thanks

Chris
Unplanned
Last Updated: 08 Jan 2021 12:44 by ADMIN
Created by: Julian
Comments: 0
Category: PivotGrid
Type: Feature Request
3
When adding a calculated column to give you something like the Avg Price. The column appears across the whole pivot grid. So say you have your totalprice and qty showing for different stores. So the grid groups by stores. When you add the grandtotal calculation you get a new column added to each store.

I don't want the avg price added to each store .. I only want to see the average price in the grand totals section to the right?

Thanks.
Completed
Last Updated: 20 Sep 2016 06:52 by ADMIN
ADMIN
Created by: Konstantin Dikov
Comments: 0
Category: PivotGrid
Type: Feature Request
3

			
Unplanned
Last Updated: 29 Apr 2014 16:03 by Benoit
ADMIN
Created by: Angel Petrov
Comments: 2
Category: PivotGrid
Type: Feature Request
3

			
Unplanned
Last Updated: 18 Jun 2020 16:20 by ADMIN
The aggregates functions highlighted in the attached screenshots have common names that are used in the industry and as such they are not localized. This feature request is so that their names can be localized through global resx files along with other strings in the RadPivotGrid control.

In the meantime, you can use the ItemDataBound event to change cell texts based on your requirements. You can find similar examples here: https://demos.telerik.com/aspnet-ajax/pivotgrid/examples/appearance/conditionalformatting/defaultcs.aspx
For example, to change the Sum aggregate name in the column header, you can do this:
            else if (e.Cell is PivotGridColumnHeaderCell)
            {
                PivotGridColumnHeaderCell cell = e.Cell as PivotGridColumnHeaderCell;
                cell.Text = cell.Text.Replace("Sum ", "custom ");
Unplanned
Last Updated: 18 Jun 2020 16:35 by ADMIN
The full stract trace of the error can be found in the attached file.
Unplanned
Last Updated: 18 Oct 2018 09:37 by Lee
RadPivotGrid returns wrong results when a null-values-containing column is filtered.


Steps to reproduce:
1. Run the following code

2. Click the filter button on the second column and try to filter by "1" value

Result: the blank results only are shown.


<telerik:RadPivotGrid RenderMode="Lightweight" ID="TManagerGrid" runat="server" AllowFiltering="true"
            OnNeedDataSource="TManagerGrid_NeedDataSource"
            ShowFilterHeaderZone="true">
            <Fields>
                <telerik:PivotGridRowField DataField="NUM" UniqueName="NUM" ZoneIndex="10" SortOrder="Ascending">
                </telerik:PivotGridRowField>
                <telerik:PivotGridRowField DataField="SOURCE_LINE_ITEM" UniqueName="SOURCE_LINE_ITEM" ZoneIndex="11" SortOrder="Ascending">
                </telerik:PivotGridRowField>
                <telerik:PivotGridRowField DataField="SORTORDER" UniqueName="SORTORDER" ZoneIndex="12" SortOrder="Ascending">
                </telerik:PivotGridRowField>
                <telerik:PivotGridAggregateField DataField="NUM">
                </telerik:PivotGridAggregateField>
            </Fields>
        </telerik:RadPivotGrid>



    protected void TManagerGrid_NeedDataSource(object sender, Telerik.Web.UI.PivotGridNeedDataSourceEventArgs e)
    {
        TManagerGrid.DataSource = GetData();
    }

    protected DataTable GetData()
    {
        DataTable tbl = new DataTable();
        tbl.Columns.Add(new DataColumn("NUM"));
        tbl.Columns.Add(new DataColumn("SOURCE_LINE_ITEM"));
        tbl.Columns.Add(new DataColumn("SORTORDER"));

        tbl.Rows.Add(new object[] { "aa", 1, 20 });
        tbl.Rows.Add(new object[] { "bb", null, 30});
        tbl.Rows.Add(new object[] { "cc", 2, 50 });

        return tbl;
    }
1 2 3 4 5