This is a migrated thread and some comments may be shown as answers.

KendoUI and Angular

3 Answers 44 Views
Application
This is a migrated thread and some comments may be shown as answers.
Kalli Kaldi
Top achievements
Rank 1
Kalli Kaldi asked on 22 Feb 2016, 11:37 AM

Hi.

I'm trying to implement an Angular project using KendoUI but I'm only able to add controls using JQuery syntax but not Angular syntax.

This works : 

  <div id="paymentRequestsGrid"></div>

and in my controller I do this :

  var grid = $("#paymentRequestsGrid").kendoGrid({
  ...

 

However, this does not work :

  <div id="paymentRequestsGrid" k-options="gridOptions"></div>

and in my controller :

  $scope.gridOptions = {
  ...

I does not crash my app, just doesn't render anything on the web page.  I've included the following in my project:

* kendo.common.min.css
* kendo.bootstrap.min.css
* kendo.bootstrap.mobile.min.css
* jszip.min.js
* kendo.all.js
* kendo.culture.is-IS.js


I just wanted to throw this up in the air and hope this will, at least, get me in the right direction ;)

Best regards,
Karl

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 22 Feb 2016, 04:53 PM
Hello Karl,

Please check the following tutorial and let me know if it helps:

http://docs.telerik.com/kendo-ui/controls/hybrid/support/angular/tutorials/sushi-angular-tutorial

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Kalli Kaldi
Top achievements
Rank 1
answered on 24 Feb 2016, 08:16 AM

Hello Kiril.

What was missing was declaring a dependency on kendo.directives in my app.  Thanks for the help :)

Karl

0
Kiril Nikolov
Telerik team
answered on 24 Feb 2016, 08:59 AM
Hi Karl,

I am happy to hear that the problem is resolved.

In case you have any further questions do not hesitate to contact us.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Application
Asked by
Kalli Kaldi
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Kalli Kaldi
Top achievements
Rank 1
Share this question
or