Kendo UI Grid and ng-style
问题 I have a Kendo UI Grid in angular which is reading from my datasource a series of properties. One of them contains a color string. I want to use said color string to set the background-color for a square-box in the grid. I'm using the following template for the box: template: "<img class='alarm-box-prediction variable' ng-style={'background-color': dataItem.type}'></img>" The relevant data from my dataSource is the following: dataSource: { dataSource: function(data) { // Map the stored