Completed
Last Updated: 12 Oct 2015 12:33 by ADMIN
Biff export (RadTreeList, RadGrid, RadPivotGrid) throws an "Out of Memory" exception when exporting from application hosted on Azure. 
Declined
Last Updated: 11 Sep 2014 07:45 by ADMIN
Summarize By Settings dialogue is not supported with OLAP functionality.
Completed
Last Updated: 16 Jul 2015 08:29 by ADMIN
Declined
Last Updated: 29 Jul 2016 11:45 by ADMIN
In an at least two level pivotgrid scenario, it would be nice to have the option of calculating the percentage of the inner level within that level and not based on the grand total (i.e. on the subtotal of the parent). In the attached image we can see that the inner levels have percentages based on the grand total instead of percentages of the category they belong. For example Diprivan should have a percentage of 100% since it is the only element of Astrazeneca. Same goes for Astrazeneca since it is the only element of Anesthetic, General.
Declined
Last Updated: 26 Aug 2022 11:04 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 1
Category: PivotGrid
Type: Feature Request
0

			
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Won't Fix
Last Updated: 14 Sep 2021 12:11 by ADMIN
Completed
Last Updated: 20 Sep 2016 06:30 by ADMIN
ADMIN
Created by: Pavlina
Comments: 0
Category: PivotGrid
Type: Feature Request
0

			
Unplanned
Last Updated: 05 Mar 2015 09:27 by Ovais
Created by: Ovais
Comments: 0
Category: PivotGrid
Type: Feature Request
0
Add Caption/Title as property for the RadPivotGrid so if there is any need of adding a title/caption when user exports a file as excel sheet, we don't have any need of custom code. This newly requested property for Title should do the trick. This will ease the title/caption feature, and that is what telerik is all about 'EASE'.
Completed
Last Updated: 16 Jul 2015 07:54 by ADMIN
Won't Fix
Last Updated: 16 Jul 2015 08:44 by ADMIN
Can not open database created with the latest sql using 2008, same issue here.
Completed
Last Updated: 17 Jul 2015 11:53 by ADMIN
Unplanned
Last Updated: 31 May 2021 14:32 by ADMIN
Created by: Brent Hetland
Comments: 1
Category: PivotGrid
Type: Feature Request
0
One of my PivotGridColumnField's is a smalldatetime field from SQL Server.

In the PivotGrid column header labels I want the dates to be formatted as MMM-yy,  like Aug-15.

I can accomplish that for the detail columns (the non-aggregate columns) by setting the DataFormatString="{0:MMM-yy}"

But that format string is NOT applied to the label of the column total header.  The aggregate column header label still reads:  "08/01/2015 00:00:00 Total"

If you allow a custom format to the detail column headers, it would be logical to assume I want that same custom format used in the aggregate column header.  So in my example, that label should display:   Aug-15 Total

I was told in the Forum that I'd have to parse that column header string in the  CellDataBound Event to get the date portion and then format it and use that to set the header text.  That is a very UGLY solution.

I don't want to strip the word "Total" out of that string and then then convert the date that remains to a string in the date format I want. 

Thanks,
Brent
Unplanned
Last Updated: 27 May 2021 18:52 by ADMIN
Hi Team,

Using Persisting Pivot Settings : Filter Settings is being saved in filter window after clicking cancel button
(Ex : http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/applicationscenarios/persisting-radpivotgrid-settings/defaultcs.aspx?product=persistenceframework)

1. Click on any filter icon in Pivot Grid (CategoryName filter icon)
2. Deselect first item from the list in pop up window (like Beverages)
3. Click Cancel
4. Filter is not applied on Pivot Grid which is perfect
5. Click on same filter icon (CategoryName filter icon) 
6. Observe that it is still showing first item as not selected (though the filter was cancelled and is not present on grid as well)

Expected : When we click cancel on Filter Window, the changes done should be removed.
Declined
Last Updated: 01 Mar 2022 09:42 by ADMIN
ADMIN
Created by: Daniel
Comments: 1
Category: PivotGrid
Type: Feature Request
0

			
Declined
Last Updated: 09 Jun 2016 15:00 by ADMIN
Created by: Surya
Comments: 1
Category: PivotGrid
Type: Feature Request
0
We are able to bind the data from OLAP cube by using ADOMD data provider and XMLA data provider. How do we access multiple cubes from RadPivotGrid?