Unplanned
Last Updated: 16 Apr 2025 11:40 by ADMIN
Christian
Created on: 10 Apr 2025 12:23
Category: Charts
Type: Feature Request
1
Add CollapseMode parameter to TelerikChartBreadcrumb

Currently, the TelerikChartBreadcrumb does not allow specifying how the Breadcrumb items are visualized when their total width exceeds the width of the component.

A possible alternative to achieve the same result is to override the default theme styles with the following CSS rule:

.k-breadcrumb-container {
    flex-flow: row wrap;
}

Here is a REPL example to see the result of the above CSS approach - https://blazorrepl.telerik.com/GTOyPYbG23PugZBQ36

2 comments
ADMIN
Tsvetomir
Posted on: 16 Apr 2025 11:40

Hello Christian,

Thank you for sharing more information about your requirements regarding the feature in the TelerikChartBreadCrumb. We appreciate your input, and once we begin planning the feature, we’ll carefully consider the information you’ve provided. Your cooperation is truly valued.

Regards,
Tsvetomir
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Christian
Posted on: 15 Apr 2025 19:33
Would like this to support collapseMode: auto similar to the traditional breadcrumb so it can collapse down instead of wrapping and taking up vertical space on the page.