KendoUI Bridge Documentation
  • Introduction
  • About this application
    • Introduction
    • Navigation guide
    • Components catalog
    • Installation
    • Catalog index
    • Themes selector
  • About Aurelia
    • Key features
  • About KendoUI
    • Integrated with Aurelia
    • Why choose KendoUI
  • Developers tutorials
    • Introduction
    • Sample application structure
    • esnext - kendo
    • esnext-aspnetcore - kendo-2017
    • esnext-aspnetcore - kendo-2015
    • typescript - kendo
    • typescript-aspnetcore - kendo
    • esnext- webpack
    • typescript-webpack kendo
  • Developers notes
    • Current limitations
    • Loading a subset of controls
    • Lazy loading wrappers
    • Running gists
    • Kendo Tooltip HTML content
    • Bundling details
    • Dynamic content creation
    • Bundling step by step instructions
    • What you need to know
    • Localization
    • Prevent JSPM from loading jQuery
  • Bridge developers notes
    • Introduction
    • Bridge utilities
    • Generation of bindables
    • Babel DTS generator
    • Grid HTML api
    • Template compilation
    • Harvesting bindable variables
    • Registry helper class
    • Creating gists for the catalog app
  • Troubleshooting
    • Introduction
    • Using gists and GistRun
Powered by GitBook
On this page
  • 4.1. Introduction
  • Tutorials organization
  1. Developers tutorials

Introduction

PreviousDevelopers tutorialsNextSample application structure

Last updated 7 years ago

Application Developer tutorials

4.1. Introduction

The collection of articles contained in this App developers tutorials help section, (which begins with this article you are reading now), presents six short tutorials describing the process of adding Aurelia KendoUI autocomplete component to an Aurelia application.

In order to cover all platforms and tooling choices currently supported by Aurelia, we show the above mentioned process applied to each of the applications listed below.

Also, the above samples are all from the release, to ensure the consistency across all samples; cloning the navigation skeleton from the is generally bad practice which we just avoided.

Lastly we will use the KendoUI SDK installation method described in section of the document.

Tutorials organization

Each of the original navigation skeleton applications renders the same UI:

Image 2

Image 3

The tutorials show how to add the Aurelia KendoUI bridge catalog's sample where the actual code, building tools and internal organization of each sample varies across these six tutorials: The screenshot below depicts the modified navigation skeleton application "sporting" the added Autocomplete menu item

All such modified samples are stored in repository.

autocomplete
kendo-tutorials.code-2.0
navigation skeleton
skeleton-esnext
skeleton-typescript
skeleton-esnext-aspnetcore
skeleton-typescript-aspnetcore
skeleton-esnext-webpack
skeleton-typescript-webpack
1.1.2
master branch
General comments
KendoUI Library Installation