Hello,
I need to change the visibility of an history item (or remove it from history items) of the breadcrumb, depending on user's actions.
User can display detailed information of an object of the application (for example a customer).
In that case, the breadcrumb will contain a reference to this detailed information panel in its history items.
If user deletes this application's object, I want to remove the reference to its detailed panel from the crumbbread bar history items.
Up to now, I did not find a proper way to match history item with the corresponding deleted object, and there's no data context on the RadBreadcrumbBarItem of the history.
I can not use the path of the history item because it's not a unique identifier (it contains only a label entered by the user).
Could you please let me know if there's a way to do that match ?
Thanks