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.
Steps to reproduce the bug
In Themebuilder:
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.
Hi,
Would it be possible to expose either a "before" or "after" selector on Treeview Root/Child items?
This would allow an additonal hook for styling, and it a feature of items in the Drawer, Panelbar etc.
Many thanks,
Ian
Hello.
One of our component is styled in a way that makes it indistinguishable from the background, which is unfortunate and makes hard to review its visuals.
Could you add support for selecting different background in previews? Something like gray shades or a pattern?
--> Create Variable Dropdown turns invalid and I can't navigate away from the section. Also there is no way to make it valid.
Currently, we have templates for the different states of the Calendar cells:
However, it's common to apply multiple states simultaneously. For example, the user may want to style a day cell that is considered current and selected or current, selected, and hovering at the same time. Consider exposing templates for the most commonly used combinations, such as the ones mentioned here.
Requested through t.1670882.
We recently upgraded our theme builder to ultimate so we could migrate our theme builder project from R1 2023 to Q4 2024. After we did this there were some small changes we needed to fix but after that we followed all the normal installation procedures.
We are running angular 18 and have updated all kendo components to the latest versions.
After installing the new theme we also added/changed the way we imported the theme package following the documentation (using @use).
Most everything looks good but there is one large issue with several of our components and that is the kendo theme mixin "k-color" is not working.
In several places there is no color or background color being set on the component(s). When i inspect the style i see color: k-color(primary); is not working. dev tools states that the variable is wrong. i can only assume the mixin is not imported/being used.
Image of my description
I modified a theme this morning and after changing a property got the error: "There are errors in SASS and it cannot be compiled to CSS.". Changing the property back to what it was before did not resolve the problem. Clicking the Undo button over and over and over did not resolve it.
I started over with a backup taken yesterday and started reapplying changes. When I clicked "Export All" I once again got the same error. There is no way to recover from it.
I've had ThemeBuilder licensed for some time, but this is the first week I've tried to use it in our application. It seems to be total garbage. I can't see any why forward with us using a tool that's going to randomly produce unrecoverable errors.
Hi Team,
I encountered an issue while exporting a few selected components from the theme build. When I use them in my application, I’m seeing variable-related errors in the index file.
Please refer to the screenshot below:
In the screenshot, you can see that I have not exported the AppBar, Badge, and BottomNavigation components. However, their variables still appear in the index file.
I’m currently using:
kendo-theme-material": "^10.1.0"
Kindly look into this issue.
Thanks
Consider exposing a template or a component part for the DateTickerPcker > Time > Highlight part.
The styling option is similar to what ThemeBuilder currently has for the TimePicker template
requested through t.1676966
Hi,
I created a new Q4 2024 (SVG Icons) Kendo Default Theme.
When I try to apply any of the provided color swatches, I see a loading spinner for 30 seconds and a "Failed to save document" error.
When I checked the network requests, I noticed that PATCH https://themebuilderapp.telerik.com/api/v1/projects/67a267df70e5e715ec193d0e/variables method returns 500 Internal Server Error with "Transaction with { txnNumber: 11 } has been aborted." error.
Consider adding support to set a data URL with SVG when creating a color variable
For example, that would allow the usage of different SVGs when switching between color modes and using components like the Switch
Current state:
The above means that it is not possible to use differently colored SVGs when using multiple color modes.
Requested through t.1679372
Consider making the generated CSS to contain CSS variables instead of compiled CSS. Currently, that is possible only when using direct variables like $kendo-spacing-1.
However, with the current state (Q1 2025), ThemeBuilder will produce compiled value in the CSS when the variables are non-direct (refer to the first screenshot). In the example below the $kendo-spacing-7 is costom added to the $kendo-button-padding-x and as a result, will be compiled as a value
or when the variable is custom-created (second screenshot).
In the example, below the kendo-spacing-7 is used directly and is generated as variable, but $m y-variable is compiled as a value.
Requested through t.1679417
Consider adding support for CSS breakpoing / media queries in ThemeBuilder.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries
https://www.w3schools.com/howto/howto_css_media_query_breakpoints.asp
This will enable users to create response design directly within the ThemeBuilder application.
Requested through t.1682156
This is an incredibly important feature for a tool like a "ThemeBuilder" to do. There are too many colors for someone to easily swap out, which makes the tool hard to manage for color. I know we can use another tool to create color palettes and then plug it in, but honestly this is one of the top things a ThemeBuilder should do.
It should make swapping color categories simple by allowing you to select the colors for primary, danger, warning, tertiary, info, etc. and then the tool generates a color palette within the color family automatically. Then, if the user does not like any of the colors automated, they could manually swap them out like they do today.
Hello,
I'm building my first .net9+ Blazor Hybrid + Web app. I can see that theming is going to be a problem between the Blazor Web UI theme and the native app areas that use App.xaml resources. I'd like to request/suggest that theme builder can take a theme which is typically exported in CSS and also have the option to generate the App.xaml resources so my app native or using Web UI share a common theme.
Thank you.
Expose additional styling templates for a Grid component that uses stacked columns (a.k.a. as stacked display mode):
https://www.telerik.com/blazor-ui/documentation/components/grid/columns/stacked
https://demos.telerik.com/kendo-ui/grid/stacked-display-mode
https://www.telerik.com/kendo-angular-ui/components/grid/styling-and-appearance/stacked-layout-mode
Hi there
I noticed that the timeline component isn't available in ThemeBuilder, and I wanted to share that we'd really love to be able to style it through the tool if possible.
Thanks so much for considering this!