Questions tagged [angular-kendo]

Robust set of Angular.js bindings for Kendo UI widgets.

The Angular Kendo project aims to provide deep integration between Kendo UI Web/DataViz and AngularJS.

More info

103 questions
2
votes
0 answers

Kendo Grid with Angular - Default Sort Order

How to get Kendo Grid to sort by a specific field if using k-data-source? Here is my HTML: Here is my Controller: getBusinessUnits(); function getBusinessUnits() { operatorService.getBusinessUnits() .success(function (data) { …
Rani Radcliff
  • 4,856
  • 5
  • 33
  • 60
2
votes
1 answer

how to use css classes inside angular formly

I am using angular formly. I read the documentation,but they didn't mention how to apply css classes from options. I am trying to apply kendo ui classes to form fields but of no use. Can anyone help me? here is my…
Vasu
  • 129
  • 2
  • 9
2
votes
1 answer

Kendo UI detail grid expansion on row click

I am using Kendo UI Grid master detail template like in this docs http://demos.telerik.com/kendo-ui/grid/angular , I am able to get the template by clicking in the hierarchy cell, I want to know if there is some easy way to expand the detail…
Ayan
  • 515
  • 4
  • 9
  • 20
2
votes
1 answer

how do I get kendo angular grid row index from event parameter(e)

$scope.deleteClick = function(e){ e.preventDefault(); var datasource = $scope.mygrid.datasource; var index = $(e.target).closest("tr")[0].rowIndex; datasource.remove(datasource.at(index -1)); } At this code, you will see that I did…
ttacompu
  • 873
  • 1
  • 10
  • 15
2
votes
0 answers

Kendo UI Tabstrib Select Tab from Data Bind

We using angular and kendo tab datasource to create kendotabstrip in HTML. Is there a way to select a default tab on load from k-data events. We can do it using jquery but looking for a way to select default tab using k-data-bind?
code_blue
  • 523
  • 2
  • 9
  • 19
2
votes
1 answer

Angular-Kendo window custom actions

I'm trying to create a window with a custom action using Angular-Kendo, and have reached a problem. When using Kendo (minus angular) i would add functionality like explained…
jajdoo
  • 516
  • 1
  • 9
  • 21
2
votes
2 answers

Kendo Ui List View

I am new to kendo ui mobile wanted to know why I am getting this specific error: Uncaught TypeError: Cannot read property 'useNativeScrolling' of undefined The code in the view is as follows:
2
votes
1 answer

kendo ui angularjs grid edit

I'm doing a POC for AngularJS and Kendo UI and I need to know how to save updated data on a kendo grid. I have inline editing enabled but can't hook into kendo UI to get the updated data. I created a fiddle (http://jsfiddle.net/aMz7V/14/) but can't…
user3398982
  • 51
  • 1
  • 5
2
votes
3 answers

Angular Kendo Directives

Is there any documentation or demo page of sorts which lists all the directives available for all the angular kendo controls. I figured out quite a few of them by prefixing "k-" as in "k-min","k-max" and giving a "-" after ever logical word as in…
Kaarthik
  • 627
  • 2
  • 12
  • 32
2
votes
1 answer

AngularJS Kendo Treeview not updating

Thanks to the answer from "Words Like Jared" at Angularjs + kendo-ui treeview, I got my treeview working and everything was fine. Until - someone wanted to update/filter the treeview based on checkboxes and the like. My problem is that the tree does…
mattr
  • 181
  • 2
  • 10
2
votes
0 answers

I'm trying out Kendo-Scroll-view with angular and facing issues with the same

I am trying to use the angular-kendo scrollview and am clueless on how to start over it. Found a few examples on angular-kendo charts but none on angular-kendo scrollview. Need help!! Thanks.
Jawad
  • 83
  • 6
2
votes
2 answers

Karma angularjs testing: test code in timeout never executes

The following code in the $timeout is never called. I can put any wrong test I like in there and the test always passes (there is a similar question (Karma e2e testing: how to know when the DOM is ready?) but it does not provide a…
Tone
  • 990
  • 4
  • 14
  • 31
2
votes
3 answers

Changing Angular model to update Kendo

I've been using Angular for a project and just recently found out about the Kendo-Angular project over at http://kendo-labs.github.io/angular-kendo/#/. I was successful in adding Angular-Kendo into my project and it's working like I think it should…
Sethen
  • 11,140
  • 6
  • 34
  • 65
2
votes
2 answers

Kendo Angular multiselect set selected values

I´m using Kendo multiselect with Angular-Kendo directives and with remote datasource. I´m trying to set the selected items when the application starts but with no luck. Can anyone please help me? See Code here: JS Bin
1
vote
0 answers

Angular Kendo chart Plot Bands after zoom in / zoom out

I have an Angular kendo chart, where I use the "[plotBands]" attribute, in order to have some part of my chart in another color. You can see it in the attached image. If periods are highlighted (past/current periods), then after zoom, the chart…
Samvel
  • 75
  • 5