kendo-labs/angular-kendo

Grid column angular {{ template }} not compiling

Opened this issue · 1 comments

Sometimes I run into this issue:

http://prntscr.com/4uhc40

the code for the column definition is very simple:

 {
        field: '',
        title: 'Values',
        template: '{{ dataItem.AttributeValues }}'
 }

However the template does get compiled when I click an icon within a row for example. I think this somehow triggers the $digest cycle within the row's $scope and the values are being displayed correctly. Any ideas? This issue seems to be occurring randomly

remove dataItem