KendoUI DataViz 1.0.1 Download Kendo UI (v2011.3.1129) framework is developed by Telerik a leading provider of developmen
Kendo UI (v2011.3.1129)
Kendo UI framework is developed by Telerik – a leading provider of development and testing tools for web, desktop and mobile applications. We are trusted by over 100,000 customers worldwide for our innovation and industry-best technical support.
March 22nd is Kendo UI Day! Kendo UI is really close to the next MAJOR release! To introduce what's new in Kendo UI for Q1, we're hosting an online keynote and want you to attend. Register today for an hour loaded with prizes, info, demos, and all the goodies HTML and JavaScript have to offer - https://webcast.acrobat.com/eventRegistration/EventLobbyServlet?target=registration.jsp&eventid=413642&sessionid=1&key=D51460B1A3D250FD517828CCD2F9B1C5&sourcepage=register
This package shows an example of accessing remote data and providing a chart of that data. This package is split into two features. 1. Kendo.DataViz that gives access to the JavaScript and styles. 2. Kendo.DataViz.Demos that shows how to use it in the Orchard Environment. Becoming accessible from the admin menu "Kendo UI Dataviz Demo" that can also be disabled and left unused if necessary.
Note: Some themes (and modules) are registering jQuery with just a include script, however the modules that require jQuery cannot quess on the direction of the themes and will just register that the Scripts require jQuery. Orchard will nicely place this script in if its not registered. If you are having javascript problems with this module it is often easy to fix by looking for the rouge jquery includes and change them to require: Replace: Script.Include("https://ajax.googleapis.com/ajax/libs/jquery/1.x.x/jquery.min.js").AtHead(); With Script.Require("jQuery").Define(x => x.SetUrl("http://ajax.googleapis.com/ajax/libs/jquery/1.x.x/jquery.min.js")).AtHead(); If you find that it doesnt use the google cdn location and you require this then follow the steps: Admin -> Settings -> (set the drop down of) Resource Debug Mode to "disabled".