KendoGrid/Angular: cannot create grid columns/data dynamically
问题 In this plunk I have an empty grid (without columns). When I click on "Build Grid" I need to add columns (taken from an array) and also add a row to the table. The problem is that the columns are not added to the grid, any ideas? If I try to refresh the grid, I get an undefined error. HTML: <button ng-click="buildGrid()">Build Grid</button> <div kendo-grid="grid" k-options="gridOptions" k-data-source="ds"></div> Javascript: var app = angular.module("app", [ "kendo.directives" ]); function