0

I am using SharePoint 2007 + Windows Server 2008 with SharePoint 2007's publishing portal template. I am using List Web Part with Data Sheet view. I want to know how to make a column as a URL link (i.e. show text in the cell, and can associate a link with the text in each row for the specific column), i.e. when user clicks the text in the specific column of a specific row, the user will be directed to the link associated the text.

Eric Alexander
  • 43,293
  • 10
  • 53
  • 93
George2
  • 1,343
  • 7
  • 30
  • 46

2 Answers2

1

You cannot change the rendering of Data Sheet View (AFAIK), but you can customize regular web parts. Check this blog post for more details.

Toni Frankola
  • 4,319
  • 28
  • 38
0

If you add a "Hyperlink or Picture" column to the list you should be able to add it to the data sheet view.

When you've done that, you should be able to edit the contents of a field by going: Right-click, Hyperlink -> Edit Hyperlink.

Kevin Davis
  • 101
  • 3