SharePoint web part that has "more"/"less" option -


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.

  1. Define some grid columns in your CreateChildControls () method;
  2. Create a data source and for different columns of these columns D .
  3. 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