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

Setting other controls on grid change issue (using Angular) between v2014.2.903 and v2014.3.1119

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
leJuan5150
Top achievements
Rank 1
leJuan5150 asked on 05 Dec 2014, 08:14 PM
I am experiencing an issue with grid change using Angular when I upgraded from v2014.2.903 to v2014.3.1119.

When a row gets selected on the grid I using the change event to set the values of other controls on the page.

Here is an example of it working in Kendo v2014.2.903 ... http://jsfiddle.net/lejuan5150/4svqnaz6/

When I upgraded to Kendo v2014.3.1119 this functionality is now broken ... http://jsfiddle.net/lejuan5150/w0711rdg/

Any suggestions on how I can fix this?

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 09 Dec 2014, 04:58 PM
Hello John,

You need set ID for the Grid dataSource as well.  As the widget will match the values by their id, and in your case the grid objects do not have ID's/. Please check the following working example:

http://dojo.telerik.com/aNOko

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
General Discussions
Asked by
leJuan5150
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or