Unplanned
Last Updated: 08 May 2024 10:31 by Martin Ivanov

Currently, you can use the FilterDescriptions of the Olap data providers (like AdomdDataProvider and XamlDataProvider) or the GroupFilter of the group descriptions. 

Add an API that allows you to implement custom filtering behavior using a filtering function or constructing custom filtering expression.

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 Mattia
Add average/min/max built in functions for DateTime and TimeSpan values
Completed
Last Updated: 23 May 2023 07:30 by ADMIN
Release R2 2023
When a label filter is applied and there are repeating groups for columns and rows the GetUnderlyingData method does not return the correct items. 
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
Completed
Last Updated: 09 Mar 2023 08:26 by ADMIN
Release R1 2023 SP1
The TotalFormat of a calculated field can be transferred to its required field when both fields are used as aggregate values.
Completed
Last Updated: 17 Nov 2022 06:08 by ADMIN
Release LIB 2022.3.1121 (21 Nov 2022)
If we apply a label GroupFilter to a RowGroupDescription/ColumnGroupDescription (through the GroupFilter property or through the RadPivotFieldList) matching groups from both the rows and columns are filtered out. 
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

 

Won't Fix
Last Updated: 02 Jun 2022 15:14 by ADMIN
InvalidOperationException regarding QuickStyle Freezable is thrown when the control is opened in new STA thread.
Completed
Last Updated: 17 Mar 2022 07:23 by ADMIN
Release LIB 2022.1.321 (21 Mar 2022)
InvalidDataContractException is thrown when serializing the LocalDataSourceProvider with a DataContractSerializer and a calculation (TotalFormat) is applied.
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. 
Completed
Last Updated: 18 Oct 2021 14:10 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)
Created by: Grinden
Comments: 0
Category: PivotGrid
Type: Bug Report
2
I've been investigating a memory leak in my application and I've noticed that there are a lot of TypeBuilders and RuntimeTypes hanging around, and this number increases over time. Investigation into this shows that they are being held onto by the ModuleBuilder instance in the static instance of the Telerik PivotClassFactory.
Unplanned
Last Updated: 28 May 2024 10:15 by ADMIN
Created by: LindenauAtSOG
Comments: 11
Category: PivotGrid
Type: Bug Report
4
Bug can be observed using the Demo => PivotGrid => More OLAP Examples

Setup like so and hit refresh


A customer reported this issue. We could observe that the memory of the process was exploding, this doesnt happen in the demo for some reason.
Using the old RadarSoft  WinForms Pivot Control, the same view that our customer had issues with, is loading in a reasonable time.



Please also make sure that in future releases you add some cancel functionality so one doesn't have to restart the application....
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)

Completed
Last Updated: 13 Apr 2022 09:17 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)
Created by: LindenauAtSOG
Comments: 12
Category: PivotGrid
Type: Bug Report
4
Bug can be reproduced in PivotGrid => Olap Support in demo application.
Under all main categories in the designer, there is a folder called "Sets" that has the exact same content.

It either is mistakingly placed under each "category" or should be something that sits on top of them in a more global fashion.

Completed
Last Updated: 14 Dec 2021 15:22 by ADMIN
Release LIB 2021.3.1004 (4 Oct 2021)
Created by: LindenauAtSOG
Comments: 10
Category: PivotGrid
Type: Bug Report
4

Bug can be observed in Pivot Grid => Olap Sorting example in  the most recent demo.

Sadly i do not know what this menu is called in english (and the demo cannot change language) so here is a screenshot



Set it to 'Equal' 'Lisa Cai'




If you hit ok and refresh, all values are gone.
Weirdly if you change it to not equal, you still get zero results



Completed
Last Updated: 23 Aug 2021 12:25 by ADMIN
Release LIB 2021.2.823 (23 Aug 2021)
The sort order of the aggregated values is wrong when the sorted field contains null values. To reproduce this the null values should be allowed by setting the IgnoreNullValues property of the associated PropertyAggregateDescription object to False.
Completed
Last Updated: 15 Apr 2021 12:11 by ADMIN
Release LIB 2021.1.419 (19/04/2021)

If you open a label filter dialog from the RadPivotFieldList control for a DateTime field and choose the "is between" or "is not between" operator from the combobox, you will notice that the RadDateTimePicker controls used to filter the dates very small. In this case, the empty value placeholder is clipped and if you choose any dates they are clipped too.

To work this around, you can increase the dialog's width when it opens. You can do this with the RoutedDialogEvents.RequestDialog event.

public MainWindow()
{
	InitializeComponent();
	pivotFieldList.AddHandler(RoutedDialogEvents.RequestDialog, new EventHandler<DialogHostingRequestEventArgs>(this.OnDialogHostRequested), true);
}

private void OnDialogHostRequested(object sender, DialogHostingRequestEventArgs e)
{
	var labelDialog = e.DialogInfo.Content as LabelFilterDialog;
	if (labelDialog != null)
	{
		var w = labelDialog.ParentOfType<RadWindow>();
		w.Width = 500;
	}
} 

1 2 3 4 5 6