Blog Navigation
Hi, I have a page that displays a list of blog posts in a left column and then on the right column I have a list of just blog post titles, used as navigation. However, when i click on a blog title to view the full blog post, the full blog post displays in both the blog post list on the left column and the blog navigation on the right.
How can i prevent the blog from showing up on the right side blog navigation when I click on a link to a full post?
Thanks,
Dan
Hello Daniel,
Open the control for editing and set ContentViewDisplayMode property to Master for the control that you want to see in list only and set the same property to Detail for the control that will show only a single item.
Regards,
Ivan Dimitrov
the Telerik team
Ivan, you're a rock star! Is there a good reference anywhere as to what each property of various controls do? I can't find much in the documentation but I could just be missing it somewhere.
Thanks,
Dan
Hi Daniel,
You can take a look at the API reference where all properties are listed
www.sitefinity.com/.../properties_t_telerik_sitefinity_web_ui_contentui_contentview.html
All the best,
Ivan Dimitrov
the Telerik team