Unplanned
Last Updated: 16 Apr 2025 09:01 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
1

Consider enhancing the ThemeBuilder applicaiton by providing options to export components  from ThemeBuilder to Figma with the idea that FIgma designers will have an easier way to create Figma files based on the Kendo/Telerik components and their  templates  (including variations, functionalities and states)

 

Requested through t.1684034

Unplanned
Last Updated: 04 Feb 2021 08:53 by ADMIN
Created by: Valid Development Factory
Comments: 1
Type: Feature Request
0

Hello,

We want to create a custom Material theme for our ASP.NET Core web application. We are using the Sass Theme Builder but can only select predefined color swatches for the "Material" base theme. We would like to be able to set custom colors per "subject" just like you can with the "Default" and "Bootstrap" theme. 
Is this possible or are you blocking this on purpose for some reason?

Thank you in advance.

Completed
Last Updated: 23 Sep 2022 11:21 by ADMIN
The Theme Builder section of the website does not produce a CSS file that contains the styles for the new Skeleton component.
Declined
Last Updated: 09 Sep 2022 08:45 by ADMIN

Issue:

The text for the onlabel and offlabel is not shown because the ".k-switch-label-on, .k-switch-label-off" is showing "display: none" and other issues you'll see when testing.  Appears that the SASS Theme Builder doesn't take into consideration the OnLabel and OffLabel parameters.

SASS Theme CSS: line 12087-12096

.k-switch-label-on,
.k-switch-label-off {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
}

Code:

<TelerikSwitch class="ml-2" @bind-Value="@isDark" Width="80px" OnLabel="Dark" OffLabel="Light" OnChange="ThemeHandler" />

 

Under Review
Last Updated: 17 Jan 2023 15:45 by ADMIN
Created by: Kamen Velikov
Comments: 0
Type: Feature Request
0

Add ability to style the table headers in Scheduler

Under Review
Last Updated: 23 Feb 2023 15:03 by ADMIN

The style for dialog actions is exported with the following selector 

.k-dialog-wrapper .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-stretched

This is not applied when I switch actions bar to a different layout than the default

<DialogActionsBar layout="start">
</DialogActionsBar>
because of the selector part 
.k-actions-stretched

Need More Info
Last Updated: 19 Jun 2023 09:04 by ADMIN
Created by: Matt
Comments: 1
Type: Feature Request
0

Themebuilder used to export non compiled css

Now it's only compiled, and it's not easily plug and play with my current npm bundler.

Please bring back option to export non-compiled css

Completed
Last Updated: 09 Apr 2024 09:32 by ADMIN

Consider the option to expose predefined classes of HTML elements from the Kendo themes. This would allow atomic customization and mapping to other imported variables (like ones imported from Figma designs).

For example:

An option to style the H1 header from the Kendo theme, which has the .k-h1 class. 

Unplanned
Last Updated: 16 Aug 2023 10:03 by ADMIN
Created by: Jon Morris
Comments: 1
Type: Feature Request
0
How do I set the parent header colour of a grid using the multi-header feature, in ThemeBuilder?  Currently the parent and child header are the same colour and I don't see an example of the multi-header grid in ThemeBuilder.
Completed
Last Updated: 16 May 2024 12:17 by ADMIN
Created by: Brian
Comments: 1
Type: Bug Report
0

Hello,

The MultiSelect and ComboBox Icons seem to have issues. First, in the MultiSelect, I'm not able to customize the icon within the IconButton. In the similar ComboBox, I can customize the icon, but the change is not reflected in the live view.

I would expect that all the clear "X" icons within the dropdown components would inherit from the base TextBox "Clear Icon" but they don't.

Regards,

Brian

Pending Review
Last Updated: 06 Sep 2023 07:21 by ADMIN
Created by: Brian
Comments: 1
Type: Feature Request
0

Hello,

There seems to be an automatic 25px margin on the <p> within the content element that we can't customize. Could you please remove this and allow this to be customized in the ThemeBuilder?

Thanks,

Brian

 


Completed
Last Updated: 09 Aug 2024 12:11 by ADMIN

Hello,

I'm able to customize the components of the webpage, like buttons, grids, etc., but not the entire webpage. Can you support to design an entire webpage using ThemeBuilder so that I can create a login page instead of creating login.css.

Unplanned
Last Updated: 28 Sep 2023 05:57 by ADMIN

Hello,

Do you have any documentation on how best to equate the Themebuilder styles with the Kendo's Figma design kit's styles?

I've changed the hex values and fonts for the Kendo default styles within my Themebuilder project but it is difficult to know which styles in your Figma community design kit to change the hex values, fonts, etc... for, seeing that there are many more/specific styles provided in the Figma kit file that don't match 1-to-1.

I'd like to know this in order to know if there is a best systematic approach to go about this to ensure my Themebuilder project and Figma kit match as close as possible with as little manual corrective work needed on my part afterward.

Thank you!

Best,
Claudia Tommasi

Unplanned
Last Updated: 09 Oct 2023 10:43 by ADMIN

When editing the collapsed state, the border-radius section does not work, in the expanded section everything is fine. Both states have the same variable set. 
Additionally, there is no editing of the FOCUSED state for the header, which occurs in a similar component - PanelBar.

Need More Info
Last Updated: 08 Dec 2023 06:57 by ADMIN
Created by: Yannik
Comments: 1
Type: Feature Request
0

Hey there, just a question:

Is there a recommended way, how I can use your Blazor components (especially the ThemeBuilder) with Tailwind?

I only want to define the colors once, but use them for Themes generated with a Theme Builder and for Tailwind.

Unplanned
Last Updated: 13 Dec 2023 12:18 by ADMIN

Problem: To delete a custom variable in ThemeBuilder, it must be detached from all its use places. However, these places are not immediately clear, and there is no global search option to find them.

Goal: Provide a UI option to find/list all places where a variable is used within a ThemeBuilder project.

Unplanned
Last Updated: 10 Jan 2024 06:12 by Mark
Created by: Mark
Comments: 0
Type: Feature Request
0
Add option for customising Grid detail row with expand/collapse icons.
Unplanned
Last Updated: 25 Jan 2024 13:44 by ADMIN
Created by: Jan
Comments: 1
Type: Feature Request
0

ThemeBuilder allows styling of Button focus outline (through ::after pseudo element).

This is unfortunately not available for DropDownButton, although the component uses internally the same mechanism for focus outline as Button.

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.

Completed
Last Updated: 21 May 2024 15:34 by Fabien
Created by: Fabien
Comments: 5
Type: Bug Report
0

Steps to reproduce the bug

In Themebuilder:

  1. enable Advanced edit and edit the Grid component.
  2. Once there, in Grid Construction Elements, go to the GRID DEFAULT part.
  3. In the top-right element tree area, go in <div> Grid ---> <table> Table.
  4. Once there, set the Table > Border Collapse property to Separate
  5. Finally try applying two different values for vertical and horizontal spacing in the Table > Border Spacing property. If necessary, apply a visible border to cells to better see the issue.

Expected behavior : The two different values should be persisted and applied.

Actual behavior : The behavior is strange and editing one value seem to overwrite the other.