Biff export (RadTreeList, RadGrid, RadPivotGrid) throws an "Out of Memory" exception when exporting from application hosted on Azure.
Summarize By Settings dialogue is not supported with OLAP functionality.
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.
The asp framework generates these IDs and we don't have control on them.
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'.
Can not open database created with the latest sql using 2008, same issue here.
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
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.
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?