Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
OLAP PivotGrid control only works once per browser instance.
posted

Trying to demo the Ignite UI OLAP PivotTable grid to a few stakeholders in our company. I took the HTML example off this website and saved it as a new HTML file running on a web server in out environment. The JS references I left pointing to Infragistics server (see below). When I access the page from a browser on a desktop that's on our network, the pivot table is populated with data from our SSAS OLAP server and works as expected on the first try. (Trial message is visible as expected). However if we refresh the browser we get an endless spinner in the content area and the pivot cubes, dimensions and measures are all banked out.

What's odd is if I have multiple browsers on a system I can access it one time on each browser on each desktop that I try.

Is this a built in limitation of the trial version? Is this because I'm referencing the JS files on Infragistics server? Just curious how to get past this to show to a few more people.

<!-- Ignite UI Required Combined CSS Files -->
<link href="http://cdn-na.infragistics.com/igniteui/2015.2/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
<link href="http://cdn-na.infragistics.com/igniteui/2015.2/latest/css/structure/infragistics.css" rel="stylesheet" />

<script src="http://ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.8.3.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>

<!-- Ignite UI Required Combined JavaScript Files -->
<script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.core.js"></script>
<script src="http://cdn-na.infragistics.com/igniteui/2015.2/latest/js/infragistics.lob.js"></script>

 

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Jeremy,

    No, the trial version doesn't restrict you from loading the page more than once. I suspect that there is a JavaScript error showing in the browser's error console. Can you check that out to see if this is the case.

    Thanks in advance,
    Martin Pavlov
    Infragistics, Inc.

Children
No Data