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

Using a LinearGradient as fill color when building shapes in the Angular Kendo Drawing API

I'm attempting to build a rectangle with a linear gradient fill using code similar to: const gradient = new LinearGradient({ stops: [ new GradientStop({ color: "gray", offset: 0, opacity: 0 …
Mike T
  • 1
  • 1
0
votes
1 answer

Angular Kendo Latest Version Up-gradation Issue

We've been working on a project since last 3 years. We are using Angular 1.2.6 and Kendo 2014 Version UI. Now as performance need, we wanted to migrate to Angular 1.6 and Kendo 2017 Version UI. Here we are getting the below Issues While…
Abdul Rahman
  • 115
  • 1
  • 9
0
votes
1 answer

Get components element reference instead of the component reference in template

I need to get the kendo-maskedtextbox container element ref, to properly anchor a hover component to it. However i get the components instance when using #cprNrAnchor, is there any way to do it, or am i out of luck seeing it being private in a third…
Blom
  • 573
  • 1
  • 5
  • 9
0
votes
1 answer

Reference Kendo Window from Angular 1.5 component

I have an Angular 1.5 (with components) application. I am using Kendo UI as a front end framework. I have a window defined as:
dpdragnev
  • 2,011
  • 2
  • 28
  • 55
0
votes
1 answer

K-detail-template directive doesn't work when used inside angular template

I am trying to create nested KendoGrid using Angular template but for some weird reason Child Grid is not getting created when used inside Angular Template