Unplanned
Last Updated: 10 Jun 2019 09:33 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: PivotGrid
Type: Feature Request
8

Add support for frozen columns. Like in RadGridView or Excel. This way you can scroll the data horizontally while part of the columns are frozen and you can always see them.

We can also consider adding frozen rows like in RadGridView or Excel.

Unplanned
Last Updated: 03 Jan 2017 21:03 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PivotGrid
Type: Feature Request
6
If a group has only one item in it, I only want to show the total row and not being able to expand it.
Unplanned
Last Updated: 03 Jan 2017 21:08 by ADMIN
Unplanned
Last Updated: 03 Dec 2019 17:31 by aegir
Allow filtering through filtering icons in the headers as in the RadGridView control and the WinForms RadPivotGrid.
Unplanned
Last Updated: 12 Feb 2019 09:57 by ADMIN
 Create search functionality in the fields section of the RadPivotFieldList. 
Unplanned
Last Updated: 24 Jul 2020 08:31 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:40 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: PivotGrid
Type: Feature Request
5
As a user I want to hide the Grand Totals for specific groups.
Unplanned
Last Updated: 03 Jan 2017 21:03 by ADMIN
Unplanned
Last Updated: 24 Jul 2023 10:30 by Stenly
Created by: Stenly
Comments: 0
Category: PivotGrid
Type: Feature Request
4
Currently, the RadPivotGrid does not support reordering the columns and rows groups. We could add support for such functionality similar to the one present in Excel.
Unplanned
Last Updated: 06 Mar 2023 09:32 by Stenly
Add API to ignore null values when using the Drill Down functionality
Unplanned
Last Updated: 28 Feb 2024 13:58 by ADMIN
Created by: LindenauAtSOG
Comments: 6
Category: PivotGrid
Type: Feature Request
4

The caption sounds ocnfusing, but i couldn't come up with a better one:

Problem is, if you have hirarchical data like Date.Calendar, you have "sub" values that can be collapsed and expanded


Problem is, when you have more headers, that sit below therese hirarchies, they will be collapsed too.
In this example, "Category" sits below there.

See how the Category is not visible, because Icollapsed the whole year 2010.
Compare that to 2011 where all categories are visible, because its fully expanded.





The feature I am requesting here is to still be able to show columns for each category and aggregated values, even though the year is collapsed.
I know this would be acchieved by moving category on top of the headers, but this also changes orders of the columns.

Our old windows forms pivot grid had this kind of functionality.


MSPaint to the rescue, this is how I imagine it (ignore the numbers, they do not make sense)

Unplanned
Last Updated: 21 Jun 2017 13:44 by ADMIN
Currently when a header value is empty the displayed text is "(blank)" regardless of the application's culture. Localize this value or allow the developer to set this value more easily.

If you want to manually localize the "(blank)" text you can define a RowHeaderTemplate and ColumnHeaderTemplate (or template selector) and replace the default text with its translation. You can do that via IValueConverter.
(http://docs.telerik.com/devtools/wpf/controls/radpivotgrid/styles-and-templates/templating-cells#using-custom-cell-and-header-templates)
Unplanned
Last Updated: 03 Jan 2017 20:56 by ADMIN
ADMIN
Created by: Rosen Vladimirov
Comments: 0
Category: PivotGrid
Type: Feature Request
3
As a user I would like QueryableDataProvider to avoid blocking the UI while executing the query on the database server.
Unplanned
Last Updated: 19 Mar 2019 02:39 by ADMIN
Created by: Grinden
Comments: 0
Category: PivotGrid
Type: Feature Request
3
In the RadPivotGrid:
Open the Label Filter dialog on a dimension, don't set anything and press OK, then all items are present and nothing is filtered out as expected.
Open the Label filter again and manually specify that the value must equal "xyz" and click OK then it will exclude every item that doesn't match this. Again, this behaviour is what you'd expect.
If you then open the dialog, and delete the "xyz" from the textbox so that the dialog appears exactly as it did originally, and click OK then you won't see any items in your pivot grid. This is because it is now filtering out anything that doesn't have an empty string as the label. This is not what I'd expect.
To remedy this, you can click on the dimension and see that the Label filter is still ticked in the context menu, and click "Clear filter", but this isn't exactly intuitive. 
I'd like the filter to be cleared when you clear the text in the box. 
Unplanned
Last Updated: 03 Jan 2017 21:03 by ADMIN
ADMIN
Created by: Georgi
Comments: 0
Category: PivotGrid
Type: Feature Request
3
 When there are a lot of items, it is quite difficult to find the ones you need in RadPivotFieldList. There could be some way to search within the properties.
Unplanned
Last Updated: 12 Jul 2018 08:33 by ADMIN
ADMIN
Created by: Kalin
Comments: 0
Category: PivotGrid
Type: Feature Request
3

			
Unplanned
Last Updated: 14 Dec 2021 15:22 by ADMIN
Currently - any string can be typed in the combobox which is displayed as the editor for the label filters. The input should be limited to only the values present in the ItemsSource collection. 
Unplanned
Last Updated: 19 Jan 2021 14:50 by LindenauAtSOG
GroupNode is the type of the RowGroup and ColumnGroup properties of the CellAggregateValue class. Its Group property is useful to construct a new Coordinate object and use it in the GetAggregateResult() method. However, currently the GroupNode class is internal, therefore you cannot access its Group property. Allow access to the GroupNode class, or provide another way to access its Group. 
Unplanned
Last Updated: 04 Jan 2021 12:00 by ADMIN
Allow creating a custom TotalFormat which can be used to format the cell values.

A sample scenario where this will be useful is if you want to show both the absolute and percentage value of the cells. 
1 2 3