How do I add a link column to Sharepoint grid view?
相关问题
- Sharepoint multiple connections to a web parts
- Android ContextMenu for View (Not Activity)
- Tkinter Grid Columnspan ignored
- Trouble with OR in Sharepoint CAML
- List Microsoft Sharepoint Sites with Microsoft Gra
相关文章
- What the logcat message: “E/MoreInfoHPW_ViewGroup(
- Do I need NO LOCK in my CREATE View query
- File Upload to SharePoint 2013 using REST API
- How to add onClick event on card view [closed]
- Passing file object to Web API from Javascript
- Powershell - Close Out-GridView after specific tim
- How can I iterate recursively though a sharepoint
- SharePoint, VirtualPathProviders and Application R
You can use SPMenuField. It serves two purposes - it configures the hyperlink you follow if you click on the item directly and, optionally, links to a dropdown menu
This is a great primer on MSDN blogs about SPGridView
http://blogs.msdn.com/b/powlo/archive/2007/02/25/displaying-custom-data-through-sharepoint-lists-using-spgridview-and-spmenufield.aspx
It looks to be supported by the Telerik SPRadGrid (which I trialed for my SharePoint apps not long ago). Using the Publishers SP List as source for the example I linked, you should have the Name column values as hyperlinks. You might give it a spin.