Telerik Forums
Kendo UI Integration Forum
0 answers
136 views

Hi,

 

I'm using some kendo widgets in a polymer project. I followed instructions from Kendo web components article. This link is currently broken. Does kendo plan to support webcomponents? Where can I found documentation about using kendo widgets as Webcomponents?

 

Thanks

Daní
Top achievements
Rank 1
 asked on 21 Jun 2017
0 answers
71 views

lets say in my Angular app I want to put an editor in my page, This is easily done with

<textarea kendo-editor id="editor" k-ng-model="myhtml"></textarea>

In this example the editor is initialized and works as it should.
Now I'm going to create a directive which is called myEditor because based on my app I want to use it more often and the amount per page can differ.

<textarea id="editor" my-editor></textarea> would be the tag in my app with the corresponding directive which has the kendo-editor as a template:

angular.module('mymodule', [])
.directive('myEditor', function() {
  return {
    template: '<textarea id="editor" kendo-editor></texarea>'
  };
});​

When running this very simpel code the directive will run but the KendoEditor will not initialize as the timeout has been removed as stated by Telerik support:

>>> For Q2 2015 we removed a timeout, which was used in the Kendo UI widgets' initialization in Angular scenarios. This timeout is normally not necessary, however, in your case it allowed the Editor to be initialized correctly. Now that the timeout has been removed, the problem is that the Kendo UI Editor is created while the widget's markup is outside the DOM. If the widget markup is outside the DOM, then the iframe will be outside the DOM too. <<<

 

So my question is: how can I get the custom directive to work using the KendoEditor.

furthermore: even not using the angular KendoEditor directive but creating it from JQuery will fail:

$(element).kendoEditor();​

Gary
Top achievements
Rank 2
 asked on 23 Oct 2015
0 answers
70 views
The Windows Installer packages for the Q2 2014 release (v.2014.2.716) contain outdated TypeScript and VSDOC definitions.
The ZIP packages are not affected. Future service versions will be free of this defect.

Attached is the reference version from the ZIP versions.

Please accept our apologies for the caused inconvenience.
Kendo UI
Top achievements
Rank 1
 asked on 25 Aug 2014
0 answers
61 views
The Kendo UI Team has identified a problem with the TypeScript definitions in all Kendo UI  Q1 2014 distributions.

We have identified the root cause of the problem and all following releases, including internal builds, will be free of this defect.
Corrected definitions are also available for download as attachments to this post.

Please accept our apologies for the caused inconvenience.
Kendo UI
Top achievements
Rank 1
 asked on 19 Mar 2014
0 answers
63 views
I have spent a few weeks looking at both KnockoutJS and BackboneJS and they both seem really good. To be honest I am probably leaning towards Backbone because of its in built routing and general structure which I find better than Knockout.

My one fear is I want to start using which ever I choose with Kendo UI and wondered if choosing Backbone is going to hamper me as it is not a MVVM library/framework

How much easier is the implementation of Kendo UI with Knockout than Backbone?

Thanks

Dan
Dan
Top achievements
Rank 1
 asked on 21 Nov 2012
0 answers
45 views
Hi,

I need to drag a div and put into another div. But kendo ui drag and drop is not supported. Is any other way to archive my requirement.?

And How to add pages to scrollview  dynamically ?

Thank you
Poorna
Top achievements
Rank 1
 asked on 12 Nov 2012
0 answers
57 views
hi,

I was using Telerik extensions for MVC. Now, I saw that Telerik migrated to Kendo UI. Also, I want to use AJAX controls because I need components which Kendo UI does not have in it such as Tag Cloud and other components. So, I want to know is there a way to integrate controls for AJAX with Kendo UI complete for MVC?
Arash
Top achievements
Rank 1
 asked on 13 Oct 2012
0 answers
86 views
Hi,

Interested into investing html5 features, I would like to know if such integration (with DHTMLX instead of JQurey) is faisable? If yes, some inputs would be pleased.

Thanks and regards
Bruno
Top achievements
Rank 1
 asked on 17 Sep 2012
0 answers
59 views
Hello !

I released my Open Source Framework for ASP.net MVC and I integrated Kendo UI Web as a part of my framework because I tink it's a very good product.

Could you have a look in http://framework.innovacall.net and tell me if you feel Kendo UI is well integrated and combined with JQuery UI and ASP.net MVC 4.

Thank you

Laurent
http://www.innovacall.com
http://framework.innovacall.net 
http://innovacallframework.codeplex.com
Laurent Jordi
Top achievements
Rank 1
 asked on 03 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?