How can I update Kendo UI in the Kendo UI Builder? - kendo-ui-builder

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.

Related

Is there any difference in Kendo UI Gantt Chart for mvc and jquery

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?

How to include a tree view in drop down in kendo angular UI

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

Angular 2 and Kendo UI

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)

kendo ui grid + Hide column in IE11 is not working

i have a kendo UI grid on HTML page. I have used kendo hideColumn() api for hiding column. but when in IE11 browser, i hide column, grid become invisible or sometimes distorted. Kindly help me
Thanks everybody. It is a bug of kendo ui framework. There are two solutions available for this:
Upgrade kendo ui version to latest.
After calling hideColumn(), resize Grid by setting its width and height. i have did it as we are not able to upgrade kendo ui version.

themebuilder for kendo ui web

I saw there is a themebuilder for kendo UI mobile. Is there one for there web products like grid? I could not find one on the website. I am looking to change the look of all the web widgets with one css file.
KendoUI Web Theme Builder
KendoUI Web Theme Builder Documentation
It looks like you have to bookmark the theme builder and then open it on a page that has KendoUI controls on it.
The kendo UI team has now fixed the theme builder for web. Just go to the theme builder section and select web it will launch a web tool that lets you theme your widgets.

Resources