Pending Review
Last Updated: 14 Jul 2023 08:11 by ADMIN
Created by: Mathias
Comments: 1
Type: Feature Request
1

Some of our customers prefer a seamless design integration of their individual software solutions into the SAP ecosystem (e.g. in context of the BTP platform). So it would be nice to have a SAP Fiori theme like in Kendo UI for jQuery:

Pending Review
Last Updated: 25 Nov 2020 13:11 by Gerhard

I have a Bootstrap or Material based theme created from the ThemeBuilder. When I add it to my application I have noticed that the ShowInEdit property of the GridCommandButtons does not work as expected. 

<AdminEdit>

This is due to the lack of the k-hidden class. In order to solve the issue, you could add the following CSS rule to your <filename>.css file.

CSS:

    .k-hidden {
        display: none;
    }

</AdminEdit>

Pending Review
Last Updated: 09 Sep 2019 05:41 by Ramon
See the ripple animation on the bottom border color when the input gets focus: https://material.io/components/text-fields/#
Pending Review
Last Updated: 26 Jul 2018 18:37 by Michael
Created by: Michael
Comments: 0
Type: Feature Request
1
Kendo provides a means to build your theme with SCSS variables in the build process. It would be great if it were possible to have these variables scoped to specific contexts, eg <div class="panel-dark"> receives the panel-dark themes, whereas if it is a child of "panel-light" then it receives the panel-light themes. Some of these kinds of features may be on the way with upcoming Custom Element features eg :part, :theme, but could potentially be possible today by having a style transclusion component, something like <kendo-theme-adjuster [styleCallback]="scssVariableSetter()"><my-content></my-content></kendo-theme-adjuster>. We need to support a variety of component themes simultaneously (not just switch back and forth) within a single app, and would like to not need to manually override all the kendo styles in these situations.
Pending Review
Last Updated: 03 May 2018 17:04 by ADMIN
Created by: Tharaka
Comments: 1
Type: Feature Request
9
All the themes has Mobile support except the kendo.bootstrap-v4, we need the mobile support for new bootstrap v4.

current bootstrap 4 css : https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.bootstrap-v4.min.css

Expected Mobile Support css : https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.bootstrap-v4.mobile.min.css
Pending Review
Last Updated: 13 Oct 2017 15:15 by ADMIN
For now 2 css are used (kendo.common.css and kendo.theme_name.css) for whatever widgets are present on the page. Would be nice to have styles for different widgets separated into single css files (as it is in jQueryUI), so that, if I need only a DropDownList on the page, I include something line "kendo.core.css" and "kendo.dropdown.css" and the whole css framework would not be downloaded each time.
Pending Review
Last Updated: 08 Mar 2017 08:59 by Carsten
Created by: Carsten
Comments: 0
Type: Feature Request
1
Kendo UI jQuery does already have Metro themes. Pls add this for new Kendo UI, too!
Pending Review
Last Updated: 16 Feb 2017 17:46 by Telerik Admin
Created by: Imported User
Comments: 0
Type: Feature Request
1
In the new SASS Default v2 theme, you took away too much contrast compared to the original default theme.  Why?  Don't you know that many people find it hard to read things where the text color is too close in value to the color of the background color??  Please stop with the very low contrast.
Pending Review
Last Updated: 23 Nov 2016 17:28 by ADMIN
Created by: Imported User
Comments: 1
Type: Feature Request
7
The Fiori theme is elegant, more modern than the others and most closely resembles what my users want.  However, it styles all of the elements abnormally large.  This isn't optimal for a grid based data-centric application where there is a premium on window real estate.  

Can you develop a Fiori Slim theme that is similar in appearance, but has vertical and horizontal dimensions similar to your other themes?

We have overriden many css properties to achieve this, but it is very time consuming and incomplete.
Pending Review
Last Updated: 31 Oct 2016 18:05 by ADMIN
Created by: Imported User
Comments: 2
Type: Feature Request
3
Since there will be a theme for Microsoft SharePoint 2013/Office365 it would be nice if there would be a theme for Microsoft Dynamics CRM 2015. This would be really helpful.
Pending Review
Last Updated: 14 Sep 2016 14:23 by ADMIN
Created by: Bart
Comments: 0
Type: Feature Request
2
add a new theme/style according  Atlassian User interface guidelines see: https://docs.atlassian.com/aui/latest/docs/inline-dialog.html would allow to integrate kendoui elements in all Atlasssian Products 
Pending Review
Last Updated: 29 Jun 2016 04:54 by ADMIN
It is very difficult to recreate the custom theme that looks exactly like the old custom theme unless we remember or write down each and every step used to create the custom theme. So if kendo provides a way to save the custom theme settings which can be used when recreating the custom theme when upgrading the Kendo UI.
Pending Review
Last Updated: 11 May 2016 14:28 by ADMIN
Let developers of MVC Extensions apps vote on their favorite themes to be upgraded from "legacy" status to officially supported status for Kendo UI Web:  I vote for Vista theme
Pending Review
Last Updated: 11 May 2016 13:04 by ADMIN
On the themeroller, add an option to output not just @import theme-template.less, but just import the styles/files required for selected components. Would be good to have a sass option too
Pending Review
Last Updated: 11 May 2016 12:58 by ADMIN
All of your templates use the exact same sprites.   Your themes just change the colors, which we can do from the themebuilder.   I think it would be more beneficial to have some different 'looks'.   For example, you have the 'Legacy' MVC themes available.  Not only do they use a different set of sprites, but they look different and there are like 13 of them.  

As Kendo UI is now, there are 5 themes and they are all pretty much the same, with different colors.

Please provide other options.  Please make the MVC 'Legacy' themes part of the standard Kendo themes.  Please provide different icon sets.

Maybe we could even pick a theme and pick an icon set or a look, etc.
Pending Review
Last Updated: 11 May 2016 12:32 by ADMIN
Created by: Imported User
Comments: 2
Type: Feature Request
5
No Web UI framework out there makes it easy to tackle the problem of Gradients. If Kendo implemented first class Gradient support in the theme designer it would make Web site / Apps that use Kendo that much richer than their competitors. In addition, the user can currently type in Hex but ti would be nice if there was a full RGB + HSB color palette for color design.
Pending Review
Last Updated: 15 Oct 2013 09:35 by raghav
I'd love for the ability to choose between the light/dark version of the icons in the sprite.png file. As of now, most of the themes contain a light and a dark version. However, there is no easy way to choose between the too when I'm writing my code. The only way to change is to go into the CSS file and override it manually. 

This has been an issue already, because at least once now the classes have changed, causing me to go back and make further edits to my CSS file.

it should be something as simple as adding a light/dark class to element so that it knows to choose the appropriate background position for the sprite. 

This seems like something very easy to do that doesn't require much programming. I hope to see this soon!