You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
I am having trouble getting this to work. I currently am using the code as this demo describes, but i'm having the same problem this demo: http://docs.telerik.com/kendo-ui/web/multiselect/how-to/AngularJS/pre-select-items
It simply refuses to load the pre-selected items on the ajax data sources. even though i set the model with k-ng-model.
I have no errors, and all the data is loaded correctly when i use the control except my initial selected values aren't showing up. Can you point me in a good direction to fix this?
this is my populated scope variable that contains my array of values (it has other data too as one big object, but the values are in this response.data, i did check that).
$http.get('/api/userprofiles/myselections').then(function (response) {
$scope.mySelections = response.data;
}, function (response) {
//error on api call
});
The text was updated successfully, but these errors were encountered:
I am having trouble getting this to work. I currently am using the code as this demo describes, but i'm having the same problem this demo: http://docs.telerik.com/kendo-ui/web/multiselect/how-to/AngularJS/pre-select-items
It simply refuses to load the pre-selected items on the ajax data sources. even though i set the model with k-ng-model.
I have no errors, and all the data is loaded correctly when i use the control except my initial selected values aren't showing up. Can you point me in a good direction to fix this?
this is my populated scope variable that contains my array of values (it has other data too as one big object, but the values are in this response.data, i did check that).
The text was updated successfully, but these errors were encountered: