Hi, we are using Jenkins to build our project, in which bower will be invoked to install dependencies including Kendo UI professional. Regarding the credentials... I see the options are: 1) in bower.json, have something like "kendo-ui": "https://<user>:<pwd>@bower.telerik.com/bower-kendo-ui.git#~2016.1.412", or 2) have the <user>:<pwd> stored in _netrc (windows) or some plugin ( this option unfortunately does not work currently in our Jenkins, the build always suspends when starting to authenticate against kendo repository). Both options expose the credential to some extent.
The problem is, we can't really have a "build user" for downloading Kendo on the build server, as we would then have to pay for yet another license, or one of our developer's personal subscription accounts would have to be used. That sounds a bit weird. Is there any token, "API Key" or similar concept? If username/password is the only way to let bower download Kendo, any suggestions on how that should be done on Jenkins?
You can use this JSfiddle https://jsfiddle.net/s4c87msq/27/ and try the following examples:
1. Copy A2 to B2. B2 is now editable... I'd expect the copy to be ignored for the non-editable destination cell B2.
2. Copy row 1 to row 2. Row 2 is now fully editable... I'd expect the copy to be ignored for the non-editable destination cell B2.
3. Copy some text from elsewhere outside the spreadsheet and paste into one of the non-editable cells. The cell content is changed (but it is still non-editable)
Using 2016.1.412 version.
I have added autocomplete in a popup. There are almost 1000 records in the list.
When suggestion list opens, autocomplete's popup element is bound at body level.
I am opening this page on Android device where autocomplete's list hides behind the keyboard in landscape mode. When I scroll the list, body behind the popup also scrolls when last point of autocomplete list is reached. Due to this autocomplete textbox and its list appear disconnected.
I used popup property of autocomplete and provided class of popup to this property's append attribute. In that case, autocomplete input and its list don't appear disconnected but popup scrolls when I scroll list after reaching to its last point and list also get closed when I scroll in this scenario due to which I'm not able to select last item of the list.
What should be done to fix this case?
Any help would be appreciated.
Thanks & Regards,
Gaurav Prajapati
I'm working on an windows cordova app and I want to implement the export feature for the grid. I added a local reference to the jszip.min.js file to avoid the remote url/ app sandbox error but when I click the Export button, nothing happens. What else should I do to get this to work?
Kendo UI v2016.1.412
jQuery v1.9.1
Any reason for the checked value of a node to pull back only undefined? Doesnt matter if I check the box or not.
This worked before I started using lastest version
Hi
I need a way to validate on my grid that at least one of two checkboxes is checked
I think this is not possible with the validation-extension {$.extend(true, kendo.ui.validator ...} method?
What would be the best way to achive this?
My grid is set to inline-editing
Is it possible to intercept, when the user clicks the save/update - button?
kind regards
Florian

Hi,
I’m getting some unexpected query parameters passed back to
the server when redefining some of the grid’s filter operators.
For example, if I customize the filter operators with the following:
filterable: { operators: { string: { "Contains": "Contains", "DoesNotContain": "Does not contain", "Equals": "Is equal to", "DoesNotEqual": "Is not equal to", "StartsWith": "Starts with", "EndsWith": "Ends with" } } },filter[filters][0][operator]=Equals
However, instead it sends the standard equals operator:
filter[filters][0][operator]=eq
The behaviour is as I’d expect for the other operators. e.g.
filter[filters][0][operator]=StartsWith
I only experience the problem with the equals, greater than
and less than operators.
Here is a jsfiddle demonstrating the problem. Of course the
filters don’t actually work as the server side code doesn't support the custom operators. You need to look at the requests sent to the server to see the problem.
https://jsfiddle.net/snowman611/6mnzbc1e/3/
Has anyone else had this problem? What am I doing wrong?
Thanks,
Andrew
Example: http://dojo.telerik.com/AQEWo
I am trying to get a sparkline to be consistent in the amount of space that it uses. The problem can be seen when a sparkline only has two points, it is significantly shorter than the sparkline with many points.
I would expect that the two sparklines be of equal lengths.
