Presentation resources and demo materials for Kendo UI for jQuery.
git clone https://github.com/newventuresoftware/kendo-ui-for-jquery.git
cd kendo-ui-for-jquery
If you have cloned the repository, open slides/kendo-ui jquery.pptx or check out the slides directly here.
Contains the boilerplate code for the live demos. Get this folder ready in your preferred editor if you want to code along with the presenter. The setup will be explained during the training.
All dependencies are already referenced in each html file and the demos are ready to run. Contains the complete code from the live demos. Just open any html file in this folder to check out the specific widget.
- NodeJS - NodeJS is required to both download the dependencies and to run the project
After acquiring NodeJS, open the server-operations
folder and run the following command in the Command Prompt
:
npm install
Run the start command and navigate in your browser to localhost:9000
.
npm start
This project uses Telerik Kendo UI, which is commercial software. To use it, you need to agree to the Telerik End User License Agreement for Kendo UI Complete. If you do not own a commercial license, the files associated with the software shall be governed by the trial license terms.
All available Kendo UI commercial licenses may be obtained here.