Completed
Last Updated: 08 Feb 2017 07:52 by ADMIN
ADMIN
Petar Mladenov
Created on: 13 Apr 2015 13:26
Category: BreadCrumb
Type: Bug Report
1
BreadCrumb does not show the Image of the Header Initially
RadBreadCrumb does not show the Image of the Header Initially. 

Initially , there is no selection but RadBreadCrumb should display the Image of the header item on its left side. After selection change and selecting back the header => the Image is shown.

Sample code

 <telerik:RadBreadcrumb VerticalAlignment="Bottom" IsIconVisible="True" x:Name="bCrubm" 
                               IsCurrentIconVisible="True"
>
            <telerik:RadBreadcrumb.Header>
                <telerik:RadBreadcrumbItem Header="aaa" Image="/Images/Desktop.png" />
            </telerik:RadBreadcrumb.Header>


Available in LIB version: 2015.2.803
3 comments
ADMIN
Petar Mladenov
Posted on: 08 Feb 2017 07:52
Hi,

We investigated the case and logged a separate issue:

https://feedback.telerik.com/Project/143/Feedback/Details/211898-breadcrumb-currentitem-is-not-automatically-set-when-the-datacontext-is-set-at-r

Please find a possible workaround in the description
Joshua
Posted on: 27 Jan 2017 02:13
I have this problem too. Sometimes if I create the RadBreadcrumb in the middle of building my viewmodel data, you will only see the breadcrumbs that were added *after* the control got instantiated. The way I get around it is by always freshly recreating the RadBreadcrumb inside a ContentPresenter, which is lame but fast enough.

Is everything wired up correctly for data-driven change events? It seems not.
Patricia
Posted on: 08 Feb 2016 08:41
Hello, 
I meet the same problem ! No image for breadcrumb header at initialization. After navigating in the breadcrumb, it's OK.
Is it a bug or is there something special to do ?
Thanks for your help.