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

problem kendoPivotConfigurator is not a function

1 Answer 79 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Ahmad
Top achievements
Rank 1
Ahmad asked on 11 Sep 2018, 12:58 PM

I'm using kendo ui with mvc pivto grid local_flat_data_binding. I have problem in the chrome's console saying that 'kendoPivotConfigurator is not a function'
Here is my layout's code

@Scripts.Render("~/bundles/jquery")<br>   
@Scripts.Render("~/bundles/jqueryval")<br>   <br>   
@Styles.Render("~/Content/css")<br>   
@Scripts.Render("~/bundles/modernizr")<br>   
<br>  <br>   
<link rel="stylesheet" href="http://kendo.cdn.telerik.com/2018.2.620/styles/kendo.bootstrap.min.css" /><br><br>   
<script src="https://kendo.cdn.telerik.com/2018.2.620/js/jszip.min.js"></script><br><br>   

 

my html page and the controller are exactly like the examples sample.

Thank you

1 Answer, 1 is accepted

Sort by
0
Ahmad
Top achievements
Rank 1
answered on 12 Sep 2018, 09:17 AM

I solved this problem by removing the redundant jquery load in the layout.

 

Thank you.

Tags
PivotGrid
Asked by
Ahmad
Top achievements
Rank 1
Answers by
Ahmad
Top achievements
Rank 1
Share this question
or