This is a migrated thread and some comments may be shown as answers.

RadPivotGrid no data after update

9 Answers 146 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Lip Kee
Top achievements
Rank 1
Lip Kee asked on 20 Aug 2015, 07:31 AM

I have a problem where after I dragged Branch ID into the Row Area and update, the pivotgrid will load for some time and show empty result. Results will show if Branch ID is not dragged into row area. 

I have tried the same scenario in Visual Studio 2008 SSAS and it successfully shows the result.

Thanks.

9 Answers, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 25 Aug 2015, 05:52 AM
Hello,

I am sorry to say but the provided information is not sufficient for us to determine what causes this problem. Could you please share with us the page contents(markup and code-behind) so we could examine the setup?

Regards,
Angel Petrov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Lip Kee
Top achievements
Rank 1
answered on 25 Aug 2015, 08:48 AM

Here my code:

 <%@ Page Title="Home Page" Language="VB" MasterPageFile="~/Site.Master" AutoEventWireup="false"
    CodeFile="Default.aspx.vb" Inherits="_Default" %>

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />

    <telerik:RadPivotGrid AllowSorting="True" ID="RadPivotGrid1" 
        FieldsPopupSettings-AggregateFieldsMinCount="2" AllowPaging="True"
            PageSize="20" runat="server" EnableConfigurationPanel="True" EnableZoneContextMenu="True"
            AggregatesPosition="Rows" ResolvedRenderMode="Classic">
            <PagerStyle AlwaysVisible="true" />
            <OlapSettings ProviderType="Adomd">
                <AdomdConnectionSettings Cube="TSBA_Movement"
                    ConnectionString="Provider=MSOLAP;Data Source=N0903;Initial Catalog=TSBA_Movement;"></AdomdConnectionSettings>
            </OlapSettings>
            <RowHeaderCellStyle Width="100px" />
            <ConfigurationPanelSettings Position="FieldsWindow" LayoutType="OneByFour" DefaultDeferedLayoutUpdate="true" />
            <ClientSettings>
                <Scrolling AllowVerticalScroll="false" ScrollHeight="600px" />
            </ClientSettings>
        </telerik:RadPivotGrid>
</asp:Content>

 

Pretty straightforward but I have no idea why it does not work.

 

I have simplified my question. I have attached results with and without measurement. With measurement with multiple column fields will results in empty data.

0
Angel Petrov
Telerik team
answered on 28 Aug 2015, 06:44 AM
Hello,

We managed to reproduce the problem on our end. We are currently researching what is causing it and hope to find the root cause soon. I will post additional details regarding the matter in this thread as soon as possible.


Regards,
Angel Petrov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Lip Kee
Top achievements
Rank 1
answered on 01 Sep 2015, 01:57 AM
Appreciated. Hope to hear from you soon.
0
Angel Petrov
Telerik team
answered on 03 Sep 2015, 12:00 PM
Hi,

We have thoroughly investigated the matter and it seems that there is a problem in the pivot engine. It is already logged into the system and our dev team will do their best to provide a fix for it as soon as possible. You can monitor our progress on the matter from here.

We apologize for any inconvenience this problem may have caused you.

Regards,
Angel Petrov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Fanny
Top achievements
Rank 1
answered on 08 Sep 2015, 04:24 PM

Hi,

I am having the same problem, the pivotgrid show empty result after update.

 

How can I know is the fix has been provided? or when it will be?

 I did click on the link you wrote but i cannot see anything related to the pivotgrid.

 

Thanks

 

 

0
Angel Petrov
Telerik team
answered on 11 Sep 2015, 08:48 AM
Hi,

The RadPivotGrid for ASP.NET AJAX uses the pivot engine of the WPF pivot grid and this is the feedback item logged for the problem when OLAP binding is used and no data is displayed. In order to speed things up I suggest voting for the item thus increasing its priority.

As for the fix I am sorry to say but I can not provide a certain time frame in which it will be available. That said I suggest monitoring the feedback item for progress on the matter.

Regards,
Angel Petrov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Prasad
Top achievements
Rank 1
answered on 28 Sep 2016, 04:28 PM
Was this bug fixed? I am having the same problem. Google the error and got this page, so wondering if this is fixed?
0
Maria Ilieva
Telerik team
answered on 03 Oct 2016, 06:21 AM
Hi Prasad,

Unfortunately the mentioned issue is still not fixed in the Pivot engine. I would suggest you to vote and follow the public item below so that you can check its progress in future:
http://feedback.telerik.com/Project/143/Feedback/Details/168231-pivotgrid-outofmemoryexception-is-thrown-when-heavy-grouping-is-performed-and-th

Excuse us for inconvenience this issue may lead.


Regards,
Maria Ilieva
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
PivotGrid
Asked by
Lip Kee
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Lip Kee
Top achievements
Rank 1
Fanny
Top achievements
Rank 1
Prasad
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or