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: 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: 26 Jun 2023 07:58 by Stefania
Add average/min/max built in functions for DateTime and TimeSpan values
Unplanned
Last Updated: 04 May 2023 15:16 by Martin Ivanov
Currently, RadPivotGrid supports UI-based selection, which highlights the selected cells. However, the API that handles this is internal and it cannot be used to manually access the selection. Add API that allows to get the selected items and to update the selection.
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: 16 Jun 2022 09:45 by Martin Ivanov

Currently, the string format (used in the cells generated for the  from the DateTimeGroupDescription) is determined automatically based on the selected Step (Day, Month, etc.). Add an option to easily set custom string format.

At this moment, you can change the format only if you create a custom description and override a considerable amount of code. This is shown in the following SDK example: https://github.com/telerik/xaml-sdk/tree/master/PivotGrid/CustomDateTimeGroupDescription

 

Unplanned
Last Updated: 30 Dec 2021 10:42 by ADMIN
Currently, changing the visibility of the Expand/Collapse icon, via style, will apply it to all of the elements which are of type PivotGroupHeader.  
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: 29 Mar 2021 06:36 by ADMIN
Currently, the dates in the filter dialogs of RadPivotList are using invariant culture format. Allow the format to respect the currently applied application or data provider culture.
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. 
Unplanned
Last Updated: 20 Oct 2020 09:41 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: PivotGrid
Type: Feature Request
2
Add the ability to specify the start and end for the grouping. This functionality is available in MS Excel.
Unplanned
Last Updated: 24 Jul 2020 08:31 by ADMIN
Unplanned
Last Updated: 21 Jan 2020 13:17 by ADMIN
Currently the LocalDataSourceProvider has such support and we can consider introducing the same functionality in the QueryableDataProvider.
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: 05 Sep 2019 15:00 by ADMIN
ADMIN
Created by: Georgi
Comments: 5
Category: PivotGrid
Type: Feature Request
2
 Implement: "% of Parent", "% of Parent Row", "% of Parent Column"
Unplanned
Last Updated: 21 Aug 2019 13:41 by ADMIN
Created by: Dinko
Comments: 0
Category: PivotGrid
Type: Feature Request
1
All of the functionalities inside the column headers are located in the RadPivotFieldList. Add the same behavior in the RadPivotGrid.
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: 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. 
1 2 3