├── README.md └── html ├── assets ├── avatar.jpg └── photos │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── index.html ├── styles.css └── vendor ├── html5shiv.js └── respond.min.js /README.md: -------------------------------------------------------------------------------- 1 | ## Kendo UI with Twitter Bootstrap - Responsive demo 2 | 3 | This demo page shows how to use [Kendo UI](https://www.telerik.com/kendo-ui) alongside [Twitter Bootstrap](https://getbootstrap.com/). 4 | 5 | The relevant ASP.NET MVC demo is available in [this repository](https://github.com/telerik/mvc-bootstrap-demo). The relevant ASP.NET Core demo is available in [this repository](https://github.com/telerik/core-bootstrap-demo). The relevant PHP demo is available in [this repository](https://github.com/telerik/php-bootstrap-demo). 6 | 7 | The grid layout and responsive CSS is provided by Bootstrap, and components are provided by Kendo UI. To see the responsive features, you can resize the page or customize it using the pickers on top. 8 | 9 | See more information how to [use Kendo UI alongside Twitter Bootstrap](https://docs.telerik.com/kendo-ui/using-kendo-with-twitter-bootstrap). -------------------------------------------------------------------------------- /html/assets/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/avatar.jpg -------------------------------------------------------------------------------- /html/assets/photos/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/1.jpg -------------------------------------------------------------------------------- /html/assets/photos/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/10.jpg -------------------------------------------------------------------------------- /html/assets/photos/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/11.jpg -------------------------------------------------------------------------------- /html/assets/photos/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/12.jpg -------------------------------------------------------------------------------- /html/assets/photos/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/2.jpg -------------------------------------------------------------------------------- /html/assets/photos/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/3.jpg -------------------------------------------------------------------------------- /html/assets/photos/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/4.jpg -------------------------------------------------------------------------------- /html/assets/photos/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/5.jpg -------------------------------------------------------------------------------- /html/assets/photos/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/6.jpg -------------------------------------------------------------------------------- /html/assets/photos/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/7.jpg -------------------------------------------------------------------------------- /html/assets/photos/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/8.jpg -------------------------------------------------------------------------------- /html/assets/photos/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telerik/kendo-bootstrap-demo/bcbbbfd9a5bef6b186df02fed92a7f18a167d5b1/html/assets/photos/9.jpg -------------------------------------------------------------------------------- /html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |58 | This page shows how to use Kendo UI for jQuery alongside Twitter 59 | Bootstrap. 60 |
61 | 62 |63 | The grid layout and responsive CSS is provided by Bootstrap, and 64 | components are provided by Kendo UI for jQuery. 65 |
66 | 67 |68 | Resize the page or customize it using the pickers above to see its 69 | responsive features. 70 |
71 |267 | Kendo UI for jQuery is a HTML5, jQuery-based framework for 268 | building modern HTML apps. Kendo UI for jQuery combines the 269 | best of HTML5, CSS3, and JavaScript technologies with robust, 270 | cross-browser techniques to deliver a framework that is both 271 | powerfully rich and broadly compatible with older browsers. 272 |
273 |274 | Kendo UI for jQuery combines everything that a developer needs 275 | to build a rich JavaScript app, eliminating the traditional 276 | challenge of manually researching and combining all of the 277 | needed plug-ins, frameworks, and libraries needed to build 278 | apps. Kendo UI for jQuery includes rich UI controls for 279 | desktop, mobile and data vizualization, a JavaScript 280 | DataSource, fast Templates, cross-device Drag and Drop API, 281 | Globalization, Validation and MVVM framework extensions, and 282 | more. 283 |
284 |285 | Download Kendo UI for jQuery 286 | and experience the difference today 287 |
288 |294 | Kendo UI for jQuery is for all HTML developers. Kendo UI for 295 | jQuery can be used with (or without) any server-side 296 | technology, making it the perfect front-end for every modern, 297 | browser-based HTML app. Kendo UI for jQuery only requires 298 | jQuery. After that, everything that's needed is included. 299 |
300 |306 | Kendo UI for jQuery components are part of the Kendo UI for 307 | jQuery Framework. 308 |
309 |
310 | All components complement the tooling you need for modern
311 | HTML5 and JavaScript development.
312 |
313 | The Kendo UI for jQuery Framework provides more than UI, and
314 | in the future Kendo UI for jQuery will offer additional tools
315 | to modern HTML developers.
316 |
323 | Kendo UI for jQuery is a pure JavaScript framework, so using 324 | Kendo UI for jQuery is as simple as referencing JavaScript and 325 | CSS resources on your page. Once Kendo UI for jQuery is 326 | configured on your page, the rich API gives you everything you 327 | need to initialize and configure an application. 328 |
329 |330 | To learn more about using and installing Kendo UI for jQuery, 331 | visit the Kendo UI for jQuery online demos. 332 |
333 |