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

2012.2 to 2012.3 Issues with Grid & Treeview

2 Answers 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul Seabury
Top achievements
Rank 1
Paul Seabury asked on 15 Nov 2012, 12:37 AM
While working with the Treeview, I noticed that checkboxes would only work if I switched from 2012.2.xxxx to 2012.3.xxxx.  Fine. After switching to the 3Q release, I get bad behavior with the Grid.  Without changing the code, only switching the reference from 2Q to 3Q CSS & JS, the checked-treeview now works but the Grid does not.  Am I missing something?  See the JSFiddle here: http://jsfiddle.net/TJxFZ/ 

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 15 Nov 2012, 08:10 AM
Hello Paul,

The grid issue was actually introduced by a fix released with Q2 service pack 1. The problem is that you have a field named "data" in your grid items. Since the Q2 SP1 release (2012.2.913) the grid is using a kendo template for rendering a row. That Kendo template is a JavaScript function whose argument is also called "data". 

There are two ways to deal with this:
 - Rename your "data" field to anything else.
 - Configure the grid template not to use "data". Here is how: http://jsfiddle.net/TJxFZ/2/

Greetings,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Paul Seabury
Top achievements
Rank 1
answered on 15 Nov 2012, 04:25 PM
Thanks Atanas, that was it.  Very helpful.

Paul
Tags
Grid
Asked by
Paul Seabury
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Paul Seabury
Top achievements
Rank 1
Share this question
or