We are using Kendo MVVM. It is easy and straightforward to set the data source for a drop down list to pull from that view model. However, we cannot update that source and have it reflected in the drop down list. We can do it for the combobox very easily. Confused as to why the dropdown list would make it "difficult". While it isn't technically difficult, it is dirty for the view model to need to access the view element directly in order to call .setDatasource.
Please tell me I am missing something about updating the datasource of a drop down from the view model.
-David
I'm creating a TreeList from remote data that will be defined by the end user and that I won't have control over. When I receive data from the data source where parentId = 0, no data loads. When I receive data where parentId = null (for root nodes), the values load successfully.
So...is it required that the parentId value for root nodes be null or is there a flag I can set for the parentId field that says something like "consider nodes whose parentId = 0 to be a root node"?
Hi.
I'm making a "formula creator" in this demo: http://dojo.telerik.com/URuLO/3.
My problem is that I want to be able to sort the list view items too. The drag-drop works fine but it seems they conflict with Sortable in this case. So I can only drag list items to the end of the list and not re-arrange between them.
The question is: Can I use sortable in .k-listview in this case ?
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