Kendo Tab Scrollable not showing - kendo-tabstrip

i am using a bit old version of jquery kendo ui.My version is 2014.3.1411. Scrollbar is never showing when overflow occurs.it is coming in the next line.
i tried in different ways..but it doesn't work.
I uploaded a sample project.
https://1drv.ms/u/s!AsUSBVUzSefxgTvg1Ob-VPmWYuz0?e=StE2BG.
Is it the version issue.Please let me know

Scroll Function was not available in R2014 . Take a look a the dojo https://dojo.telerik.com/idoZUtuh
Functionality was introduced in R2017

Related

Kendo UI listBox mvvm drag and drop not working

I am implementing kendo grid drag and using in java script using MVVM like discussed in this example in documentation.
https://demos.telerik.com/kendo-ui/listbox/drag-and-drop
The example above is written is not written in mvvm pattern(adding data-properties pattern) so the link below i have tried to convert into mvvm style pattern but drag and drop does not work for some reason and no error on console.
Dojo implementation of Current Code
Any help or guidance will be appreciated.
Change data-drop-sources attribute value
from: data-drop-sources="listbox2"
to: data-drop-sources="['listbox2']"
Everything else is good.
I updated your dojo example and its working fine.

Do Open Source Package of Kendo UI supports Kendo charts/graph

I just started with Kendo UI and I am using Open Source package of Kendo UI. SO in the package I am not able to see any javascript files which contains name chart. I want to display some charts . So I am doubt that is open source package of kendo ui is supporting charts.
Anyway I have added following Kendo.core.min.js and Kendo.data.min.js to the page and called to chart function. But it's throwing error.
Any guidance would be very really helpful .
Charts are not contained in the open source version of Kendo UI Core product. They are available in the professional version but this has a cost associated with it ($699). If you take a look at the following link:
Kendo UI Core vs Kendo UI Professional
If you require charting needs and do not wish to page for the Chart features then give HighCharts a look. They are free to use in a non-commercial setting and are generally considered one of the the better solutions out there.
Hopefully this answers your question adequately.
Please check the below URL , It will help you to find out which all features are available in which all versions.
https://github.com/telerik/kendo-ui-core
There are too many open source, jquery based charts are available. See this list: http://socialcompare.com/en/comparison/javascript-graphs-and-charts-libraries

Telerik combobox not rendered properly when twitter's bootstrap applied to project

I am developing a project in VS2010 with bootstrap and telerik controls. The only problem it seems to give is that when telerik's radcombobox gets focus, the inputbox inside table of radcombobox does not fit according to the size of a table. An answer on how to change css of combobox to get a desired result will be highly appreciated.
Here is the link to the image - http://img690.imageshack.us/img690/2791/ae01.png
Thanks
I downloaded latest bootstrap(BS3 RC1) and problem is resolved.

joomla and nivo slider woes

So in short, i dont mess with Joomla at all (been a few years) and today i get a "hey can you fix this" problem which ive dedicated too much time to and i cant seem to figure out the problem. i definitively need help
The website is http://www.inrecordtime.net
The problem is that, the slider doesn't fully work and by "fully" i mean that, everything is in place, ive checked paths and replaced the original files with updated versions, also changed out the google hosted cdn version of jquery with a local copy, checked image paths etc....and nothing.
What happens is that when the page loads, the first image on the slider loads, but the slider doesnt "slide" its just one image in place.
Ive tested the images on firebug and they load fine.
Ive removed the parameters in the slider and left it as a regular function call like jQuery('#slider').nivoSlider(); and nothing.
i placed back the parameters and within the slider, one of the parameters is startSlide
and this parameter instructs the slider to start at a specific image in the list.
currently its at "0" which is the first image, when i change it like so startSlide: 2 for example, and then reload the page, the slider starts at the second image (which indicates the not fully working part of it all ) but again, the slider doesnt "slide".
I suggested to the higher ups that instead of mixing it all up, to let me hard code it but that was shot down because they want them to be able to change the images.
Im really lost so any help or code or suggestion etc, i humbly appreciate.
Thanks in advanced.
Based on the errors that are popping up in my console, you likely need to update the jquery.nivo.slider.pack.js file to a later version, which you can grab from here: https://github.com/gilbitron/Nivo-Slider/blob/master/jquery.nivo.slider.pack.js
The version you are running relies on the live function in jquery, which was deprecated and I think is now removed, hence the errors being thrown now that you use the latest jquery version. The new version of nivo slider has been updated to rely on the new on function of jquery and should run.
Looks like your version is located here: http://www.inrecordtime.net/templates/IRT/scripts/nivo-settings/jquery.nivo.slider.pack.js

What is jScrollPane-1.2.3.min.js and why's it not working?

I am maintaining a jQuery-enabled site which makes use of jScrollPane to have fancy looking scrollbars.
When testing in Internet Explorer 9 I was faced with the error "SCRIPT438 getElementsByTagName is not supported". This is a known bug with jQuery 1.5 (which I was using) and probably unrelated to jScrollPane.
So, I upgraded jQuery to version 1.7.1. Fine, SCRIPT438 error is gone. However, jScrollPane now produces obscure JavaScript error D is null in jScrollPane-1.2.3.min.js. As I'm not the original developer of the site, I don't know where this file came from. It's nowhere to be found on the official site.
If I try jquery.jscrollpane.min.js (from the jScrollPane site) instead, results are no good. The scroll contents show up when page is initializing but disappear when page is ready (no JavaScript errors). Isn't jScrollPane backwards-compatible?
Anybody understanding the different jScrollPane files and the cause of the errors I get?
You need use the autoReinitialize option along with the latest version of jquery.jscrollpane.min.js:
$('.scrollpane').jScrollPane({autoReinitialise: true});
This will fix the issue where the scroll bars appear when the page is ready. I had this same problem a week ago, I now have a whole new problem which is how I stumbled on this question.

Resources