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
1 answer

Kendo-UI datasource "contains" filter not working

I cannot seem to get filtering to work with a "contains" filter operator in a multiselect datasource. I'm using AngularJS and to provide an example, I modified the MultiSelect example on the Telerik demo site. It is filtering with "starts-with"…
1
vote
1 answer

Best way to render a Angular-Kendo treeview using the k-template option and href links

I'm trying to wire up a Kendo treeview with href links. The treeview has an href link associated with each tree item, however I still need to modify that to ONLY render the href when it's a leaf node. My main problem now is trying to properly render…
bob.mazzo
  • 5,183
  • 23
  • 80
  • 149
1
vote
1 answer

Kendo Grid details causes parent grid refresh?

I can't figure out what is going on here. I'm trying to make a custom directive for grids and will use element attributes to customize a given instance. In doing so i've made two files grid-controller.js app.controller('gridController', ['$scope',…
Nolic0321
  • 151
  • 1
  • 11
1
vote
1 answer

Programmatically Trigger Kendo Chart.seriesClick Event

This is a pretty small and simple question. Looking online I wasn't able to find anything but I would like to be able to unit test our kendo chart and specifically that the seriesClick event works as expected. Problem is I can't seem to find a way…
Nolic0321
  • 151
  • 1
  • 11
1
vote
0 answers

How to align multiple pie charts in Kendo UI with Angular-Kendo and Bootstrap?

I have 2 Kendo pie charts. For the sake of simplicity lets assume the same charts. I just want to align them next to each other in a Bootstrap panel. I am using angular-kendo directives for the pie charts. Here is the code I wrote, but instead of…
1
vote
2 answers

What UI Frameworks for Angular are out there?

Other JavaScript frameworks have complex UI widgets such as Treeviews, grids, and charts that include a lot of functionality inside of them. Since I'm familiar with Kendo, I started using angular-kendo but found very little documentation and…
mattr
  • 181
  • 2
  • 10
1
vote
2 answers

Angular-Kendo Breaks when Bundled

I have a angular project built in Visual Studio using the angular-kendo directive add-on and it works fine until I enable optimizations in the bundle.config file then it throws these errors: I am just curious if anybody has had experience with this…
Chase Gibbons
  • 103
  • 1
  • 9
1
vote
1 answer

angular-kendo UI, NumericTextBox, cant display zero value

When I set initial value of variable to "0", then NumericTextBox field cant show this value. Code:

Dmitry Skryabin
  • 1,584
  • 2
  • 10
  • 15
1
vote
1 answer

Set id of the generated element

I am using angular-kendo. Is there any option to set the id of the generated element.
Becomes an ul but I would like to set the id of this ul in some way.
pethel
  • 5,397
  • 12
  • 55
  • 86
1
vote
2 answers

How to disable/hide/remove fields inside the kendo UI pop up editable for HTTP POST

I have this code for my schema: schema: { model: { fields: { col1: { type: "string", editable: true, nullable: false, validation:{…
jmespinosa
  • 245
  • 1
  • 6
  • 9
0
votes
1 answer

Uncaught Error: Invalid provider for MissingTranslationHandler. useClass cannot be undefined

I am using kendo library in my angular project. I have my own library which I used for common components. I have a kendo grid in library in which I need to implement kendo multicheck filter where I am encountering following issue. Uncaught Error:…
0
votes
1 answer

how to export kendo grid to excel file with filtered data

i would like to know how to export grid to excel file with filtered data. and then choose whether to export the single page or all the pages, always with the filtered data. This is my component:
0
votes
1 answer

How to limit the range selection in a datepicker with angular kendo

I want to set a limit daterange in Angular with Kendo-ui. I have a datepicker in Angular with kendo-ui as seen in the screenshot below: I need that the user can only select a limit of fifteen days in any month and any year. For example, I select…
0
votes
1 answer

Kendo Grid Angular 6 Add class conditinoally in column

I have below link. https://stackblitz.com/edit/angular-pwq1rq-d4ymup?file=app/app.component.ts import { Component } from '@angular/core'; import { Component, ViewEncapsulation } from '@angular/core'; @Component({ selector: 'my-app', …
Md. Parvez Alam
  • 4,326
  • 5
  • 48
  • 108
0
votes
0 answers

how to create kendo combobox dynamically using angularjs?

I am trying to create kendo combo box dynamically but it's not working. There's way using option but i want this to be also working. This the code: var lstDOM = angular.element('