This is a migrated thread and some comments may be shown as answers.

Kendo Grid With Angularjs Issue

3 Answers 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Siva Prasad
Top achievements
Rank 1
Siva Prasad asked on 17 Oct 2014, 05:27 AM
Hi Team,

We are using kendo grid(version Q2 2014) with angularjs(version 1.3 - used for my current project).
Kendo grid is rendering the data properly but we are having issues in fetching the selected table row index and its associated data using k-on-change event.

So, we wanted to know whether Kendo grid is compatible with angularjs(version 1.3) as current version of kendo grid supports only angularjs version 1.2.21 ?

If yes, is there any provision to capture the event for the selected row index data in kendoui grid using angularjs(version 1.3) ??
If no,when are you planning to release the kendo-angular.js based on angular.js version 1.3 ??

If this is the problem already known by you, what are all other kendo controls that are incompatible with angularjs 1.3 ?

Regards,
Siva

3 Answers, 1 is accepted

Sort by
0
Mihai
Telerik team
answered on 21 Oct 2014, 07:42 AM
Hi,

It's not clear from your message what exactly doesn't work, but most probably you are hitting this breaking change which was introduced in Angular 1.2.24: https://github.com/angular/angular.js/issues/9220

Because of it, if you try to access `selected` in a template, for example to pass it as argument to a function, you'll get that security error.  The workaround is to wrap it in an object or an array.

My recommendation is to stay on Angular < 1.2.24 for the current version of Kendo.  We're in the process of switching to 1.3 for the next version.

Regards,
Mihai
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Jonas
Top achievements
Rank 1
answered on 06 Nov 2014, 12:33 PM
"stay on Angular < 1.2.24" - ok - but which is the lowest version you support? I'm trying to use the grid in an Umbraco backend, they have Angular 1.1.5 - which does not seem to work (or at least not out of the box).
Thanks
0
Kiril Nikolov
Telerik team
answered on 10 Nov 2014, 11:36 AM
Hi Jonas,

1.1.5 is not supported unfortunately. The minimal version supported is 1.2.16, as expalined here:

http://docs.telerik.com/kendo-ui/install/prerequisites#angularjs

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Siva Prasad
Top achievements
Rank 1
Answers by
Mihai
Telerik team
Jonas
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Share this question
or