用于Angular2 Grid Web API数据绑定的Kendo UI

时间:2016-12-13 03:37:00

标签: angular kendo-ui-angular2

我在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

1 个答案:

答案 0 :(得分:0)

该实现基于Angular的Http服务,因此您应该能够对任何REST端点执行相同的操作。 Kendo UI Grid并不真正关心特定端点,只是等待传递JSON数据。