【发布时间】:2017-12-19 14:11:50
【问题描述】:
https://www.telerik.com/kendo-angular-ui/components/grid/columns/#toc-auto-generated-columns
Here Dynamically columns binding is missing:
The First time data binding correctly. The second time onwards it's not binding why?
this.gridData ---> is the Api response data
this.gridView = {enter code here
data: this.gridData,
total: this.petService.pets.length
};
【问题讨论】:
标签: asp.net-web-api kendo-grid kendo-ui-angular2