Unplanned
Last Updated: 26 Dec 2023 10:28 by ADMIN
Created by: loring
Comments: 3
Category: Breadcrumb
Type: Feature Request
0

Dear Telerik,

Is it possible to use templates in breadcrumbs?

I have a requirement to build a breadcrumb which allows forward navigation.  The idea is to have each crumb have a menu in it which shows the forward navigation possibilities.  when one is selected the new crumb is added. when the original crumb's text is click the forward crumbs are removed.

maybe i need to implement this as a horizontal list box?

Thanks and merry christmas!

Loring

Unplanned
Last Updated: 22 Oct 2020 14:13 by ADMIN

There is a need for configuring how the Breadcrumb items will be collapsed. 

  • First and last items will be always visible.
  • The component will allow a min-width option to be set.
  • The component will provide a collapseMode property with the following option 'auto' | 'wrap' | 'none'
    • 'auto' - if the component does not fit inside its container, collapse left-most visible item which is not the first or last item.
    • 'wrap' - if the component does not fit inside its container, wrap its contents on two or more lines.
    • 'none' - do nothing if the component does not fit inside its container. This would be useful if some kind of scrolling needs to be implemented by the developer.