6 Answers, 1 is accepted
Hello Jakub,
You should move the template outside the ng-app, otherwise the template will be already compiled when set to the Grid.
Updated example - http://dojo.telerik.com/@rusev/UFARA
Regards,Nikolay Rusev
Telerik
I tried mixing my and yours solution and I guess I found a bug:
http://dojo.telerik.com/IFUDu/2
I used angular 1.4.8 instead of 1.4.6. As you can see I get some trash data in empty arrays.
Using Angular 1.4.6 everything works fine.
Can you fix this bug?
Hello Jakub,
I assume that this fix here is causing the observed behavior as array items are wrapped in kendo.data.ObservableArray.
As a workaround you can call toJSON method in order to receive plain JavaScript array.
http://dojo.telerik.com/@rusev/UfExI
Regards,
Nikolay Rusev
Telerik
Hello Jakub,
I don't see how we can fix this as it is in the AngularJS code base. Do you have any suggestions?
Regards,Nikolay Rusev
Telerik