Unplanned
Last Updated: 07 Oct 2022 12:45 by Raul

Steps to reproduce:

Use the following live demo -  https://demos.telerik.com/aspnet-ajax/pivotgrid/examples/olap/defaultcs.aspx 

1. Open the filter dialog for the Year field residing in the ColumnFields and filter by selecting a single Year. (e.g. 2010)

2. Move the Year field to the Filter Fields and Update the Layout

As result, the 2010 filter is not applied anymore but opening the Filter Window keeps the same filter value still selected.

Demonstrating the issue in a basic sample - http://somup.com/c36ilGveZL 

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'.
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.
Unplanned
Last Updated: 10 Oct 2016 11:49 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 0
Category: PivotGrid
Type: Feature Request
0

			
Unplanned
Last Updated: 15 Jul 2022 10:23 by Alvin
Created by: Alvin
Comments: 0
Category: PivotGrid
Type: Feature Request
0

While working on pivot grid, we observe that the filtering condition is applied. But there is no visual indicator showing that the current pivot has applied a filtering condition on a given column.

For instance, the following captured picture is obtained from the demo page. I selected Beverages in the "Category" filter and applied it to the pivot grid.

However, there is no visual clue to tell me how many filtering columns are been used at the moment.

Here is how the filtered and non-filtered fields appear in MS Excel:

 

Unplanned
Last Updated: 25 Jan 2024 16:33 by Raul

The issue can be replicated in the OLAP and KPIs Support demo.

Steps to replicate the issue:

  • Add an item to the "Row Fields" by checking the checkbox of the item in the "All Fields" panel
  • Remove the item from the "Row Fields" by unchecking the checkbox of the item in the "All Fields" panel
  • Click the Update button
  • After the PostBack the PivotGrid will display the Item in the "Row Fields" despite it was removed soon after adding it.
Unplanned
Last Updated: 18 Apr 2024 09:59 by omti
Created by: omti
Comments: 0
Category: PivotGrid
Type: Bug Report
0

When the RadPivotGrid is Ajaxified from the RadAjaxManager, the paging functionality doesn't work as intended.

Steps to reproduce: 

  1. Have an Ajaxified PivotGrid
  2. Change the page size (from 10 to 20)
  3. Click the go to next/previous page or first/last page button
1 2