Hello Telerik team, I have the problem that the pivot grid Olap does not run with more than 13000 records, we try to execute with 10 fields and with 2 measurement fields in total 12, however it keeps loading the page without doing something or sometimes it sends error of time out.
Framework used: ASP.NET Ajax
thank you!!
Any comment or possible solution ?
Hi Edgar, the error message from the screenshot indicates that there is Ajax on the page. Can you try to remove all Ajax controls (RadAjaxManager or RadAjaxPanel or asp:UpdatePanel) from the page and test again? Without the AJAX controls, you should see the exact error message.
Could you share the complete implementation (XML markup and C#/VB code) related to the PivotGrid?