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

Can't use RadPivotGrid control

4 Answers 55 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
TT
Top achievements
Rank 1
TT asked on 15 Sep 2016, 10:33 AM

Hi, I'm trying to use the RadPivotGrid control.

I'm using this version of Telerik DLL : 2012.2.607.40

Others controls work fine, for example RadGrid or RadScheduler.

My page has this code:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <telerik:RadPivotGrid runat="server"></telerik:RadPivotGrid>
    <telerik:RadGrid ID="RadGrid1" runat="server"></telerik:RadGrid>
</asp:Content>

The RadGrid control is recognized but the RadPivoGrid doesn't.

I have to add some code for use the RadPivoGrid control? I need to add some lines in the web.config?

 

4 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 20 Sep 2016, 08:11 AM
Hello Mattia,

Please use the latest release version of the controls and the issue should be resolved. You can find detailed explanation about RadPivotGrid and a sample runnable web site sample in the following blog post:
http://www.telerik.com/blogs/aspnet-pivot-table-made-easy

Regards,
Eyup
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.
0
TT
Top achievements
Rank 1
answered on 20 Sep 2016, 01:40 PM

Hi, thank you for the reply.

I don't understand why others controls work without problems butI can't use RadPivotGrid. There is something that I missing.

I can use all controls without adding codes lines in the web.config?

0
Accepted
Vasil
Telerik team
answered on 21 Sep 2016, 01:29 PM
Hi Mattia,

The PivotGrid control was not available for 2012.2.607, since it was not written back in 2012 year.

The first version of the suite that includes RadPivotGrid as beta is 2012.2.724:
http://www.telerik.com/support/whats-new/aspnet-ajax/release-history/q2-2012-sp1-version-2012-2-724
And the Pivot is production ready from 2012.3.1016
http://www.telerik.com/support/whats-new/aspnet-ajax/release-history/q3-2012-version-2012-3-1016-39868178

I would suggest you to use the latest 2016.3 914 version which includes all the new features.

Regards,
Vasil
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.
0
TT
Top achievements
Rank 1
answered on 21 Sep 2016, 01:44 PM
Thank you for the reply
Tags
PivotGrid
Asked by
TT
Top achievements
Rank 1
Answers by
Eyup
Telerik team
TT
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or