我在KendoUI中看到Angular 2示例(http://www.telerik.com/kendo-angular-ui/components/grid/data-binding/),网格绑定到oData服务。有没有办法绑定到普通的Web API restful服务呢?
我的后端是ASP.Net Core(完整框架)服务,它还不支持oData服务(基于此:https://github.com/OData/WebApi/issues/772)
答案 0 :(得分:0)
该实现基于Angular的Http服务,因此您应该能够对任何REST端点执行相同的操作。 Kendo UI Grid并不真正关心特定端点,只是等待传递JSON数据。