I would like to find a web part that can display items from a SharePoint list, and there is an option to show only in < / P>
Post text "itemprop =" text ">
You can create your own web part; Box Something like the outside of the Viewer Web Part.
- Define some grid columns in your CreateChildControls () method;
- Create a data source and for different columns of these columns D .
- Use SPMenuField, the following methods will be useful:
SPMenuField.NavigateUrlFields SPMenuField.NavigateUrlFormat SPMenuField.TokenNameAndValueFields
MSDN To quote from blogs: SPMenuField "serves two purposes - it configures the hyperlink you indexed. If you directly click on the item, and optionally, link to the snappy dropdown menu."
Follow the full article here:
Comments
Post a Comment