I want to make it so that my title link DOES NOT drill down to the underlining list ... is this possible?

|
I want to make it so that my title link DOES NOT drill down to the underlining list ... is this possible?
|
||||
|
|
|
If you want the title in a view to be without the link, modify your view and unselect "Title (linked to item with edit menu)" and select "Title" and move it up to its correct location. This will render the title as text only. EDIT: Sorry, didn't see your yellow marking. You need to edit the webpart as Steve said, but instead of clearing it put a blank space in the "Title URL" property. EDIT: Didn't test that out before posting.... If you put a pound "#" in the Title URL you get a link to current page. Not solving the problem completly, but better than nothing. |
||||
|
|
If you convert it to a DVWP, the title does not render as a hyperlink. If that isn't an option, replace the Title URL in the web part properties to # or about:blank for the current page or some other URL if you don't want users to access the underlying list directly. |
||||
|
|
|
You can completely remove the link with a simple jQuery. This solution worked for me: |
|||
|
|
|
I think you are talking about a webpart property that needs to be changed. Edit the webpart properties, expand advanced and then clear out the text under Title Url. |
|||
|