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.
Related
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 have some UI requirements that are best meet by a toolbar where options functions like radio button. That is, clicking one option, unclicks the other.
I've looked at using Mobil Button Group. I would prefer to have a solution that didn't use the Mobil controls.
Kendo UI Web doesn't include such a widget yet. This is part of our future plans.
I am doing a mobile application in kendo UI. When clicking on the item in the listview its redirecting to some page. My requirement is that for long click also it should redirect to some page.
How can i make it possible in mobile using kendo ui?
Thanks in Advance.
Based on this answer from Kendo UI forums (no native OS events), you could look at this question about Long Press just down the road in SO.
Basically start experimenting with JavaScript events and timers.
As far as I know, JQuery Mobile events (taphold) and plugins are not an option as they would be competing with Kendo UI for page control, but you might get some ideas for your implementation.
I am looking into using Kendo UI Web on a new HTML5 Web app and the wireframes call for grids inside tabs. I looked everywhere on Telerik's site, and the web, but I don't see any examples of this being done. Is that not possible? Or is there a better approach, like simply using the Tab control above the area where the Grid control would appear, giving it the appearance that the Grid is part of the Tab?
There should be nothing stopping you from using a Kendo UI Grid within a Kendo UI TabStrip. Check out the demo for the TabStrip and the demo for the Grid. Hopefully that gets you on your way.
The details template demo has a tabstrip within a grid and one of the tab is another grid, the second tab having a template.
http://demos.telerik.com/kendo-ui/grid/detailtemplate