can't find RadBreadCrumb in telerik.sitefinity.dll

Posted by Community Admin on 04-Aug-2018 08:56

can't find RadBreadCrumb in telerik.sitefinity.dll

All Replies

Posted by Community Admin on 05-Jun-2011 00:00

Hi,
I use sitefinity4.1 sp1 standard version, I want to use radbreadcrumb control , but I can't find it in telerik.sitefinity.dll

Could you let me know how to use it?

Posted by Community Admin on 06-Jun-2011 00:00

Hi Sarah,

RadBreadCrumb is located inside the Telerik.Sitefinity.Web.UI namespace of the mentioned Telerik.Sitefinity.dll. You can access it like this:

<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI" TagPrefix="sf" %>
<sf:RadBreadCrumb ID="BreadCrumbSample" runat="server" />


Best wishes,
Boyan Barnev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed