This question is locked. New answers and comments are not allowed.
Hello!
I am using the BreadCrumb control to let the user choose a path. The data for the BreadCrumb control is a List with Children. Now, there is a Path property but it only contains the raw strings. But I don't need the strings I need the data object itself (in this object an id is stored and that's the relevant information for me). So for example I've got the following path: A\B\C. I don't need "A\B\C\" I need a list with the objects A, B and C, so that I can read out there ids... How is something like that achieved using the telerik RadBreadCrumb control.
Thanks a lot for any hint!
Tim.
I am using the BreadCrumb control to let the user choose a path. The data for the BreadCrumb control is a List with Children. Now, there is a Path property but it only contains the raw strings. But I don't need the strings I need the data object itself (in this object an id is stored and that's the relevant information for me). So for example I've got the following path: A\B\C. I don't need "A\B\C\" I need a list with the objects A, B and C, so that I can read out there ids... How is something like that achieved using the telerik RadBreadCrumb control.
Thanks a lot for any hint!
Tim.