Populate the links from a list in a table format and navigate to the target when on clicked

hi,
 i want to read a list and few columns and in that one column is a hyperlink column and i want to show as a grid-table- kind of format and when on clicked , i want to navigate to the target.
whats the best approach for this.
i know, i can create a   repeater/ gridview and on click of the row databound event in my visual web part i can navigate to the target.
but, is this possible with the help of OOTB features of  SP 2013? as i dont want to create  a  VWP, and a feature and included in the wsp!
help is appreciated!

When you will create the site collection, you can programmatially do the followings:
Create your custom view for your list (with only selected columns)
Add a list view webpart in a page, and configure the list view webpart to point to the custom view you have created earlier.
Also set the JSLink of the list view webpart.
So whatever, you can do in SharePoint UI, can be done programmatically... And with a single JS file, in future you can change the list-view styles/logic just by JSLink file. Also with list view, you will get the default functionalities - like sorting, filtering
etc., if you needed
So if you would like to utilize SharePoint list view features with minor changes in styles/behaviour, list view approach will be better. But if you are looking for totally new looks and styles, then you better go for your own implementation. But from my
experience, users will look for same behaviour as they see in SharePoint list/libraries.
Thanks,
Sohel Rana
http://ranaictiu-technicalblog.blogspot.com

Similar Messages

Maybe you are looking for