We're using the kendo.angular integration. Angular cell templates have been working well, here's an example of what we've been doing:
We're now trying to use an Angular row template, but we can't see how to access the row specific data. {{dataItem.id}} is empty. How can we access the row specific data with an Angular template?
Here are my environment details:
OS: OS X 10.9.3
Browser: Chrome 35.0.1916.114
jQuery: 2.1.1
KendoUI: 2014.1.528
Any help would be appreciated!
<
a
href
=
"/\#/accounts/{{account.id}}/users/{{dataItem.id}}/edit"
>Edit</
a
>
We're now trying to use an Angular row template, but we can't see how to access the row specific data. {{dataItem.id}} is empty. How can we access the row specific data with an Angular template?
Here are my environment details:
OS: OS X 10.9.3
Browser: Chrome 35.0.1916.114
jQuery: 2.1.1
KendoUI: 2014.1.528
Any help would be appreciated!