Completed
Last Updated: 23 Jan 2017 06:58 by Brett
Unplanned
Last Updated: 16 Jan 2017 14:44 by ADMIN
Add options for showing items with no data as in Local data provider.
Completed
Last Updated: 03 Sep 2019 12:39 by ADMIN
Release LIB 2019.2.729 (7/29/2019)
ADMIN
Created by: Georgi
Comments: 0
Category: PivotGrid
Type: Feature Request
1
Hour, minute, second.
Unplanned
Last Updated: 22 Mar 2017 09:51 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: PivotGrid
Type: Feature Request
1

			
Unplanned
Last Updated: 28 Jun 2017 06:08 by Yehudah
Created by: Yehudah
Comments: 0
Category: PivotGrid
Type: Feature Request
1
I want to create CustomDistinct aggregate, I did it successfully for LocalDataSourceProvider, and I need it also for QueryableDataProvider.

See: http://www.telerik.com/forums/custom-aggregate-for-queryabledataprovider
Unplanned
Last Updated: 07 Feb 2018 10:34 by ADMIN
Completed
Last Updated: 26 Jul 2019 15:07 by ADMIN
Release LIB 2019.2.729 (7/29/2019)
Add support for Hours/Minutes/Seconds steps. Also, add a DayNumber option.
Completed
Last Updated: 23 Aug 2019 07:29 by ADMIN
Release LIB 2019.2.826 (08/26/2019)
When you apply an average aggregate function (for example via the RadPivotFieldList control) a VerificationException is thrown. The exception message is: "Operation could destabilize the runtime."
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: 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: 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: 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.  
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: 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

 

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: 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: 26 Jun 2023 07:58 by Mattia
Add average/min/max built in functions for DateTime and TimeSpan values