Unplanned
Last Updated: 16 May 2024 06:54 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
1

Consider providing partial exports for the SCSS when working with the Kendo Fluent theme. Partly exports are available for all other flavors except for the Fluent theme.

 

+1 from t.1652071

Unplanned
Last Updated: 13 May 2024 12:15 by ADMIN
Created by: FranckSix
Comments: 1
Type: Feature Request
0

In my example the neumorphism-default

box-shadow: 3px 3px 5px 0px rgba(52, 178, 50, .33), -3px -3px 5px 0px rgba(255, 255, 255, .6);

On the ButtonGroup I got overflow on the other buttons and I want to clip the buton for remove the shadow on adjacents buttons.

In my example:


This clip-path can help to apply shadow on the buttons group

to pass from this :


to this

Unplanned
Last Updated: 13 May 2024 09:00 by ADMIN
Created by: Andrew
Comments: 3
Type: Feature Request
1
Figma doesn't allow storage of rem units in number variables; automatically converting to unitless pixel values. It would be nice to have the ability, during ThemeBuilder export from Figma, to select specific variables to be converted to rem units. And, maybe as a bonus, setting a custom base size of 1rem (instead of 16px).
Unplanned
Last Updated: 10 May 2024 14:26 by ADMIN
We use the "/" method of organizing our variables, nesting them into (sub)categories. When we got to the Generate Names step, we needed to check about ~400 checkboxes individually to include/build their full names. I know we'll only need to do this once (unless you run into errors at the end a bunch of times like we did, requiring us to retry many times), but it would be a nice convenience to have a "Check/Select All" option at the top.
Unplanned
Last Updated: 24 Apr 2024 12:58 by Andrei
Created by: Nick
Comments: 1
Type: Feature Request
1

Currently, the ThemeBuilder application supports only major Kendo releases (like R1, R2, and R3) and the version of the theme that is interconnected with these release versions. 

Consider the option to provide functionality to choose between newer versions of the Kendo themes that are released with service packs and patches. This way, the user will have the ability to test versions that contain theme fixes before the next major release.

For example, R2 2023 officially supports Kendo theme 6.4.0, and before R3 2023 is released the Kendo theme is already at version 6.7.0

Unplanned
Last Updated: 22 Apr 2024 07:41 by ADMIN

Consider the option to support absolute paths for background-image in the Style Editor. 

This will enable users to visualize the background-image changes directly in ThemeBuildeer (currently the only option is to export the theme and load the changes in the end application).

Alternatively, consider the option to provide a space for loading images with relative paths (fir fast preview in ThemeBuilder).

Unplanned
Last Updated: 17 Apr 2024 07:34 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
0

Consider exposing a template that will allow styling the (Optional) text span from ThemeBuilder.

Currently, as a workaround users must explicitly set the styles through the following selectors:

.k-stepper .k-step-label-optional {
    color: red;
    background-color: yellow;
    font-size: 18px;
    font-style: normal;
}

Requested through t.1648985

Unplanned
Last Updated: 18 Mar 2024 08:22 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
0

Currently, in ThemeBuilder, you can't style DropDownList, which uses groups.

https://demos.telrik.com/kendo-ui/dropdownlist/grouping 

https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/grouping/ 

Consider the option to expose a template that will allow adding custom styles for DropDownList with grouping.

Requested through t.1645162

Unplanned
Last Updated: 12 Mar 2024 09:26 by ADMIN

Consider providing public API endpoints for different ThemeBuilder functionalities, such as export options. This will allow users to provide automated distribution of the theme.

Requested through t.1644512

Unplanned
Last Updated: 05 Mar 2024 13:22 by ADMIN
Created by: Patrick
Comments: 2
Type: Feature Request
3

Allow customisation of frozen and locked columns & cells in Grid for more comprehensive component styling.

Unplanned
Last Updated: 27 Feb 2024 14:45 by ADMIN

In ThemeBuilder Q1 2024 there are Grid templates for styling alternate rows and selected rows. However, there is no template for styling selected alternate row.

Consider providing templates for each rendering option.

Unplanned
Last Updated: 19 Feb 2024 11:19 by ADMIN
Created by: ThemeBuilder
Comments: 0
Type: Feature Request
1

Currently, you can style only the Operator and the Clear buttons components inside the FilterRow Cell template. It would be great to have the ability to style the rest of the components (e.g. Inputs, NumericTextBox, etc.)

 

Unplanned
Last Updated: 15 Feb 2024 14:50 by ADMIN
Created by: Ben
Comments: 0
Type: Feature Request
1

Request Feature...

Either: 1) Give Access To Common SASS modules/methods.

If I am using a primary color for my themebuilder customization and define it as

$my-primary-color#2a3bd1,

give me the ability to use functions in sass like

  • lighten($my-primary-color, 20%) or
  • color.change($my-primary-color, $saturation: 50)
  • However you do it

Or: 2) Provide swatches using the current theme colors on color picker.

Or create swatches from the current theme color in the color picker to use as starting points when picking another color representing hover or selected or disabled, etc.

Unplanned
Last Updated: 13 Feb 2024 07:58 by ADMIN

ThemeBuilder only allows limited control over a specific set of exposed variables. Although these variables are constantly analyzed and updated, some, such as $base-gradient, cannot be modified through ThemeBuilder and require manual adjustments.

Example of variable that is not currently exposed: $base-gradient

The feature request is to explore the possibility of exposing more variables or providing a UI for selecting Kendo variables, bearing in mind that some Kendo themes may have over 2,000 variables.

So far the following variables were requested explicitly:
1623384: $base-gradient
1630912:

$kendo-grid-header-padding-x
$kendo-grid-header-padding-y
$kendo-grid-padding-x
$kendo-grid-padding-y
$kendo-input-border
$kendo-input-hover-border
Unplanned
Last Updated: 06 Feb 2024 15:18 by ADMIN

Hello,

I'm trying to update our themebuilder project by exporting metada (v7.0) and then importing into a new v7.2 project, but it fails.

Unplanned
Last Updated: 05 Feb 2024 07:24 by ADMIN

Consider having the option to trigger the automatic migration (for ThemeBuilder Ultimate and Enterprise) and Export options simultaneously for multiple projects.

Benefits as pointed out by a user:

""...

I'd rather start a batch job performing all of those tasks (it might even be a dry run just pointing out issues) and generate some "editor-readable" results) 

I can then review all of the outputs in a single step, adapt those with issues, or exclude them from the next batch run, which would automatically migrate all of the projects without issues. The workflow would boil down to those themes with issues (which is perfectly fine). Right now, I have to go through all of this manually, which takes a considerable amount of time... "
Unplanned
Last Updated: 01 Feb 2024 13:55 by ADMIN

Consider the option to support the Telerik/Kendo hierarchical grids or grid grouping through separate component templates.

For example,

https://demos.telerik.com/aspnet-mvc/grid/hierarchy 

https://www.telerik.com/kendo-angular-ui/components/grid/grouping/basics/ 

The hierarchical grids are visualized with a master row similar to the Grouping Row template. However, it is currently impossible to directly style the hierarchical master row.


Example for grid groups


https://stackblitz.com/run/?file=src%2Fapp%2Fapp.component.ts 


Unplanned
Last Updated: 01 Feb 2024 09:49 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
4

Currently, in ThemeBuilder, the generated stypes for the Kendo/Telerik Grid component are for size "medium" (or "md").

However, in Kendo UI for JQuery and other Kendo/Telerik suites, the Grid size property supports other values like "small" and "large". 

https://docs.telerik.com/kendo-ui/controls/grid/appearance/sizing 

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/size

Consider providing ThemeBuilder templates to allow the generation of styles for other Grid sizes

Unplanned
Last Updated: 31 Jan 2024 14:19 by ADMIN
Created by: Fabien
Comments: 4
Type: Bug Report
1

Greetings,

I would like to delete the custom font named Roboto_embedded from one of my ThemeBuilder projects (ID: ...580b) but I cannot do it.

I also noticed I cannot edit this specific custom font either.

I don't really know how this happened. Maybe that comes from the fact that at some point, I tried creating a CSS font stack in the $kendo-default-typography variable? I noticed the behavior of ThemeBuilder was strange when I tried to do that.

Unplanned
Last Updated: 31 Jan 2024 11:30 by ADMIN

Greetings,

I was trying to use the export/import metadata feature and noticed I couldn't import metadata in a given project if the exported metadata came from a theme whose type (Default, Bootstrap, Material, Fluent, Classic) doesn't match the target project's. Fair enough.

However, I couldn't find any easy way to find out which theme type a given project uses. Currently, I export the metadata and read the project.theme.id key in data.json file. It would be nice to add this piece of information on the ThemeBuilder home dashboard.

I also find it inconvenient to have to create a project first, choose the right theme type and then import. It would be much more efficient to create the project and import in a single operation, e.g. by adding an option to import metadata in the Create New Project modal.

1 2 3