문제

I am new to kendo ui mobile wanted to know why I am getting this specific error:

Uncaught TypeError: Cannot read property 'useNativeScrolling' of undefined

The code in the view is as follows:

   <ul kendo-mobile-list-view
    k-data-source="xyz.list"
    k-template="xyz.Template"
    k-on-click="xyz.previewList(kendoEvent)"
    k-use-native-scrolling="true"
    data-endless-scroll="true"
    ></ul>
도움이 되었습니까?

해결책

This seems like a bug we introduced in one of our releases - please try upgrading to the current one (Q1 2014 SP1).

다른 팁

Add the latest kendo cdn.

Add this to your project.

  <script src="http://cdn.kendostatic.com/2014.1.318/js/kendo.all.min.js"></script>

I solved this problem with this latest cdn

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top