I see in the KendoUI for Angular 2 sample (http://www.telerik.com/kendo-angular-ui/components/grid/data-binding/) the grid binds to an oData service. Is there a way to bind to a plain Web API restful service instead?
My back-end is an ASP.Net Core (full framework) service, which does not support oData services yet (based on this: https://github.com/OData/WebApi/issues/772)