When updating to 2015.2.805, we've discovered a NUMBER of problems with our usage of Angular and Kendo. We regularly update, and have had no problems previously. We're hoping we can get some answers as to the problem.
We have a dynamic list of cascading dropdowns that we use in an ng-repeat. The number of levels can change, which is why it's dynamic. We've used this without issue until the latest release. The problem seems to be around CascadeFrom. When targeting an ID that is generated dynamically, as a part of a binding, it simply doesn't work anymore.
I've included two examples. The only difference is the Kendo version.
Using Q1:
http://dojo.telerik.com/eqUpI/13
Using Q2 (broken)
http://dojo.telerik.com/eqUpI/14
What's the problem?
I want to achieve the following behavior,
http://dojo.telerik.com/UNIJa
so that the window moves together with the page content during scrolling.
Here is my very simple code,
$("#OUView").kendoWindow({
pined: false,
position: { top: 400 }
});
but unfortunately the window is pinned and don't moves with the page content.
I have the newest available kendo.all.min.js
Thanks in advance!
Hi All,
Is there a way to set the number of columns grouping allow in a grid (say 4)? Example will be great!
TIA
I have a tabstrip containing a grid. When I select the tab, the grid displays artifacts in the form of unattached vertical borders in the non-alt rows in the right-most column. I've put together a dojo snippet to show what I mean. Also, see the attached image. Any idea what I'm doing wrong? Thanks.
http://dojo.telerik.com/@cohillrunner/OZuma
So the objective here, is if a row is selected and then that row is clicked, it would deselect it so no row would be selected. The standard way would be to use the change event
change: function(e) {
var selectedRows = this.select();
},
So would some way to set an ID of the row that is single selected at first, so when a click happens later on you can see if it is the same row and if it is you hide that selection

Ive recently upgraded a project from the above mentioned versions and have discovered at least one breaking change regarding populating the datasource for a grid. Im wondering what other things I should check without going over all the "readme" files of each version. So far, that has been the only issue.
What else should I check?

Version 11. Does the spreadsheet work in IE 11?
Scott
Bell Helicopter