Hi,
I'm having trouble with the columns.locked attribute in kendo Grid. I have an angular grid that is grouped and uses a groupHeaderTemplate. In the template, I put the value through an angular expression (e.g. from id get the entity name). This all works fine, until I try to freeze a column (any of them), as soon as I set locked: true in any column in the grid, the angular expression is not evaluated.
See the grid in action: http://dojo.telerik.com/AsopA
Thanks in advance for any help.
A