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
1
vote
2 answers

Remove option on kendo boolean Filter

Im quite new to kendo and Im wondering if there is a way to remove and rename parts of the boolean-filter-cell. Picture to show what I mean I would like to remove the Is True option and rename the Is False. Is this possible to do?
1
vote
1 answer

How to create a Custom function like edit, save on Kendo-angular-grid to get selected row data

I want to create a custom method on angular-kendo-grid like inbuilt method edit, remove, save, cancel to get the current selected row data to angular component. I want to create custom method for CloseQuestion(). cloneQuestion(gridView) is sending…
1
vote
3 answers

Angular2 Kendo UI Slider

Kendo Slider throwing the following error: I am using an older version of slider in another project. Currently using Kendo Charts in this project without any issues. Here is my setup: Package.json { "name": "angular-quickstart", "version":…
Brian
  • 145
  • 1
  • 1
  • 10
1
vote
1 answer

Kendo mobile back button not working

I am building a single page PhoneGap application, I am using Angular Kendo. For app navigation I am loading multiple html pages dynamical as per user operations. I have a Kendo back button on every page to navigate to previous page as below:…
User7723337
  • 11,857
  • 27
  • 101
  • 182
1
vote
1 answer

Angular Kendo Grid with k-rebind not deep watching it's options object

I have an Angular Kendo Grid referencing it's options object with k-options and k-rebind... When I change the column titles in the referenced options object the…
hally9k
  • 2,423
  • 2
  • 25
  • 47
1
vote
0 answers

Kendo Grid sometimes renders data sometimes does not

I have a dynamic Kendo grid, for which I get the data every time from the server with the column configuration. The grids renders the data as expected, but sometimes the grid does not render the data at all and only renders the column headers. The…
Nilesh
  • 2,583
  • 5
  • 21
  • 34
1
vote
1 answer

Kendo UI DropdownList dataSource

Is there any way I can set a kendo ui dropdowns data source to a property of an object? Example. If I have following object Person:{ FirstName: 'Nilesh', Gender: 'Male', GenderList:['Male','Female'] } If I have a form in which I show a text…
Nilesh
  • 2,583
  • 5
  • 21
  • 34
1
vote
0 answers

How get ng-repeat functionality using Kendo Mobile UI DataSource

The application in which I am working has different levels of data. Using AngularJS ng-repeat I could point to different levels of data and also could iterate through each data and bind to the view. That is something like this link (Here I have used…
1
vote
1 answer

Kendo.toString number format not working

Below is my directive app.directive("numberformatDirective", function ($kWindow) { return { require: "ngModel", link : function(scope,elem,attr,ctrl) { …
1
vote
1 answer

How Angular detects Kendo on-click events?

Can someone please explain the logic behind angulars ability to detect Kendo's on-click events inside the scope without ng-model on the button? Button $scope.clickWithoutNgModel =…
cmvr
  • 109
  • 1
  • 7
1
vote
1 answer

kendo-ui notification scope variable not set in Angular controller

I've noticed this issue with other kendo-ui controls, but I'll ask specifically about kendo-notification. My html has: In my controller I have: (function…
Michael Witt
  • 1,582
  • 4
  • 22
  • 43
1
vote
1 answer

Routing on AngularJS + Kendo UI Mobile app

I am very new to AngularJS + Kendo UI Mobile. I am not even sure if it's supposed to be called Angular Kendo. However, while reading through various sources, I came across conflicting statements regarding the routing mechanism of an app that uses…
hermann
  • 6,237
  • 11
  • 46
  • 66
1
vote
3 answers

Angular - kendo data binding

I'm using a kendo grid and have a checkbox column with the following template: "" In addition I'm also using an observableArray as…
1
vote
1 answer

how to set the datepicker input field with a value of string type

I need to set the kendo angular datepicker input field to a date value with a particular date format when my angular model is holding a string date value like "2014-08-21T11:27:04". can anyone please help?
tntv
  • 118
  • 1
  • 1
  • 8
1
vote
1 answer

Kendo UI Grid foreign key column using Angular directives

I'm trying to make a Kendo Grid that has 2 foreign key columns using the Angular directives for Kendo. I am able to get one to work, but not the other (independent of each other). If I comment one out the other will work and vice versa, but either…
Matt Millican
  • 4,044
  • 4
  • 38
  • 55