1. What is Kendo UI
Kendo UI is a comprehensive framework which comes with a library of 70+ UI widgets, an abundance of data-visualization gadgets, client-side data source, and a built-in MVVM (Model-View-ViewModel) library. It provides AngularJS and Bootstrap integration and is also distributed as part of several product units that you can choose from depending on your project requirements.Install kendo ui core for jsp anh html application:
- Step 0 Dowload from https://github.com/telerik/wrappers-getting-started/tree/master/jsp/jsp-episode1/WebContent OR Download full files from download any of the Kendo UI bundles to local computer.
- Step 1 Extract the
/jsand/stylesdirectories from the bundle archive and copy them to your web application root directory.
Step 2 Include the Kendo UI JavaScript and CSS files in theheadtag of your HTML document. Verify that the common CSS file is registered before the theme CSS file. - Step 3 Initialize a Widget.
The following example demonstrates how to initialize the DatePicker widget.