I tried updating my grid to use 2014.2.903 version of kendo.min.js and kendo.angular.min.js, but when I do, code that was working formerly no longer works.
Specifically this snippet in the initialization of grid columns is where I get an error:
It complains that kendoDropDownList is not something that can be done to "input". Type of input shows as Object, or if you look further into the properties it is correctly identified as an INPUT.
Putting back the former *.js files returned my app to working as before.
Bob Graham
Specifically this snippet in the initialization of grid columns is where I get an error:
filterable: {extra: false,cell: {template: function (input) {input.kendoDropDownList({It complains that kendoDropDownList is not something that can be done to "input". Type of input shows as Object, or if you look further into the properties it is correctly identified as an INPUT.
Putting back the former *.js files returned my app to working as before.
Bob Graham