Collabse Comment Field in Listview
You can collabse the command field of a list view webpart in the following way:
-
Open your page which contains the listview webpart (and the command field) in SharePoint designer
-
Right click the webpart (page is open in SharePoint designer) convert to XSLT Data View in SharePoint designer.
-
Save the page from SharePoint designer
-
Open the page in the browser
-
Choose WebPart properties >> XSL Editor
-
Locate the line: <Xsl:value-of .../> for the V3Comments field
-
Replace the line by:
-
<SharePoint:AppendOnlyHistory runat="server" ItemId="
{@ID}" FieldName="V3Comments" ControlMode="Display" />
-
Apply the changes