Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
746
How do I turn off breadcrumb navigation for data carousel?
posted

I have a public string collection property on the object that is bound to the data carousel.  I have retemplated the carousel for my item and this property is not part of it, yet, I get the breadcrumb navigation indicator (the white triangle).  My property needs to be public, but I don't want it navigated. 

It will be great if you can help me turn it off!  Thanks!

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    As this a collection type property, a new FieldLayout will be created - that is why the breadcrumb is created - to navigate between different field layouts. The easiest way to remove that is to set the IsNestedDataDisplayEnabled property to false or to remove the extra unwanted field layout. You could also create a style for the breadcrumb and hide it by setting the Visibility property to Collapsed.

Children
No Data