I want to create a view using controls of the Kendo UI. Also, I use Angular 2.
So is it possible to integrate Kendo UI in views and components of the Angular 2 haveing two-way data binding at the same time?
As of today, KendoUI components are only available for Angular 1.X
Angular 2 is bringing a fundamental shift in the UI components paradigm, the KendoUi team are working on that and it will available later this year.
Here's a full roadmap http://www.telerik.com/blogs/what-to-expect-in-2016-for-kendo-ui-with-angular-2-and-more
-- UPDATE (8 Sep 2016) --
On 9/14/2016 Telerik will be releasing a beta of Kendo UI for Angular 2, including :
Buttons (including Button and a ButtonGroup)
Dialog
Layout (TabStrip and PanelBar)
Inputs (Slider, Switch)
DropDowns (ComboBox, DropDownList)
DataViz (Preview)
Grid (Preview)
Related
I am using Kendo UI controls in our project. I just want to know is there any difference in kendo ui controls for ASP Net MVC and Kendo UI for jquery? Which one I should use in my mvc 5 project?
I need a dropdown tree in kendo angular UI, it should look like,
This control is available in kendo UI for Jquery, but not in kendo angular.
How to customise it, any idea?
As far as I know, the same control is not (yet) available for Angular. You can combine Popup and Treeview and build something similar.
Here's a simple example in StackBlitz: https://stackblitz.com/edit/angular-gpfyck?file=app%2Fapp.component.ts
I have created an app using the Kendo UI Builder. It is using Kendo UI version 2016.3.1118. I want to update Kendo UI to the latest version (2017.1.118).
Is there a way I can do this using Kendo UI Builder? Or do I need to manually replace the scripts in the scripts folder and manually change the HTML to point to the new scripts?
I think Progress will integrate it in next update of Kendo UI Builder. There is no way to change Kendo UI version in the web app, you can just replace files for the new version.
I understand that Kendo UI mobile (15 controls) are included as part of Kendo UI core package, but I need to understand the difference. Can I use the kendo UI controls (non-mobile) to develop a SPA hybrid mobile app or I am only limited to the 15 mobile controls? So far my understanding is that I can use all of the 40+ but the mobile controls provides better data binding support and native rendering... Please correct me if I am wrong.
The mobile controls are built specifically for hybrid mobile applications. That means that not only are they controls that you typically find on smaller screens (navbars, listviews, tabstrips, drawers), but there is an accompanying application object which "glues" together the application and provides view transitions. Here is a simple example....
http://dojo.telerik.com/AvEF
The mobile framework also does a TON of heavy lifting in terms of taking care of meta tags, overflow scrolling, fast-click and touch support (no 300ms delay).
The SPA framework is abstracted from what the mobile application object uses. So while you could use the SPA framework and web widgets to build your hybrid app, Kendo UI Mobile was designed for exactly this, so you would be much better off with Kendo UI Mobile.
Also - if you're doing hybrid, you may want to checkout AppBuilder which provides Kendo UI Mobile as the default UI library.
Does Kendo-UI for web support MVC 4 ?
I am trying to implemented Grid in Kendo with custom filter menu with radio button. It seems that is not being supported as of now.
yes, Kendo supports Asp.Net MVC 4 , all of their docs for Razor MVC will work in MVC 4. I currently use a gird in many different instances in MVC 4
Yes. Ive done lots of project with Kendo ui and mvc 4
From kendo ui blog
http://www.kendoui.com/blogs/teamblog/posts/12-11-29/the_facts_on_using_kendo_ui_with_asp_net_webapi.aspx
"The answer is of course a resounding "YES!".
I think, that user2018741 is talking about MVC Server Wrappers. And they are not in Kendo UI WEB edition.