Kendo Ui List View - kendo-ui

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

Related

Error: Option 'ajax' is not allowed for Select2 when attached to a element - After version upgrade to 3.1.2

Recently I have updated the wocommerce version to 3.1.2. But I am fetching problem when going to add variable product or editing variable product. It showing "Uncaught Error: Option 'ajax' is not allowed for Select2 when attached to a element." js error when selecting product attribute or variation.
Uncaught Error: Option 'ajax' is not allowed for Select2 when attached to a <select> element.
at String.<anonymous> (ultimate-woocomposer-backend.min.js:1)
at Function.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-position,jquery-ui&load[]=-menu,wp-a11y,jquery-ui-autocomplete,underscore,backbone,wp-util,wp-backbone,media-models,plupload,jquery-ui-tooltip&ver=4.8.1:2)
at d.prepareOpts (ultimate-woocomposer-backend.min.js:1)
at d.prepareOpts (ultimate-woocomposer-backend.min.js:2)
at d.init (ultimate-woocomposer-backend.min.js:1)
at HTMLSelectElement.<anonymous> (ultimate-woocomposer-backend.min.js:2)
at Function.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-position,jquery-ui&load[]=-menu,wp-a11y,jquery-ui-autocomplete,underscore,backbone,wp-util,wp-backbone,media-models,plupload,jquery-ui-tooltip&ver=4.8.1:2)
at a.fn.init.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-position,jquery-ui&load[]=-menu,wp-a11y,jquery-ui-autocomplete,underscore,backbone,wp-util,wp-backbone,media-models,plupload,jquery-ui-tooltip&ver=4.8.1:2)
at a.fn.init.a.fn.select2 (ultimate-woocomposer-backend.min.js:2)
at HTMLSelectElement.<anonymous> (wc-enhanced-select.min.js:1)
See the screenshot below;
I have googled about this problem but no solution found, most of them are saying it is a bug (I am not sure).
Please help to resolve the problem.
Regards
I know it's been a while, but I just want to share what I found and might can help someone else.
I got same issue with attribute section will stay in the loop, exactly same error I got in the console.
Here's I try:
Disable most common conflict plugin with this same error case I found online.
Disable Yoast SEO (which still not working for me, then just turn them back on)
Disable Visual composer, like page builder plugin, when I turn off "Ultimate_VC_Addons" this plugin, my attribute section is working agaian.
Might cause the conflict by theme, fall back to Wordpress default theme to check.
If cause by Advance custom field, you can check this thread.
Check this woocommerce doc if none of this help.

HtmlString error for Kendo.Mvc

Error in Razor View for this line:
#(Html.Kendo().DeferredScripts()
)
Reference to type 'HtmlString' claims it is defined in 'Microsoft.AspNetCore.Mvc.ViewFeatures' but it could not be found.
I have upgraded VS 2015 Update 3 and Dotnet Core 1.0.
Is it because of this breaking change?
https://github.com/aspnet/Announcements/issues/178
Is there any work around to this?
Would Telerik have to do something on their end to resolve this?
I have included the kendo references
screen shot
This issue seems to be fixed in the latest version of Kendo.Mvc - 2016.2.630-Preview

Looking for a working example of kendo Mobile Grid in TelerikAppBuilder

I have started to do this example
http://docs.telerik.com/kendo-ui/controls/data-management/grid/adaptive
but I get an error Uncaught TypeError: $(...).kendoGrid is not a function
I think its because the AppBuilder Template just references Kendo Core and not
kendo.all.min.js still looking into it but figured someone else might have some
pointers

DHTMLX - ReferenceError: dhtmlXCellObject is not defined

While upgrading dhtmlx to 4.1.3 pro, I am getting following error while loading dhtmlx js file in my document:
ReferenceError: dhtmlXCellObject is not defined in dhtmlxtabbar.js(line 1204)
Please do help if any one have got the same.
It seems like you're using tabbar source in your code and forgot to include sources\dhtmlxCommon\codebase\dhtmlxcontainer.js before it.

Where to get older version od kendo ui open source?

Im interested in getting an older version of Kendo UI open source, specifically the Kendo.Web - 2012.3.1114 release. I need it beacause im using jquery 1.8.3 in my project and i cant change that. So the question is: Where can i get these specific realese?
Thanks in advance
They are all available on kendo's cdn.
http://cdn.kendostatic.com/2012.3.1114/js/kendo.web.min.js
http://cdn.kendostatic.com/2013.3.1119/styles/kendo.default.min.css
http://cdn.kendostatic.com/2013.3.1119/styles/kendo.common.min.css

Resources