Creating a sample web app using Kendo UI Builder by Progress : Creating the web app in Kendo UI Designer : Adding the data provider
  

Adding the data provider

A data provider defines a single data service. We now add a data provider.
1. Open OrderEntryWebApp.
2. Click Add Data Provider. The Add Data Provider dialog box appears.
3. In the Name field, enter CustomerBE.
4. In the Service URI field, enter http://localhost:8810/OrderEntry.
5. In the Catalog URI field, enter http://localhost:8810/OrderEntry/static/OrderEntryService.json.
6. Select the Auto-create Data Sources check box.
7. Select Anonymous in the Authentication Model field.
8. Click Add Data Provider. The Add Data Provider dialog box closes and the CustomerBE data provider is added to the Data Providers list.