Possible to display column labels under group header?

Hi,

I have an XSLTListView that has group headers enabled,   one thing that was
asked about this view.

Is it possible to display the column headers under each group row?

So something like this

Group 1 Header
Column 1....Column2

Group 2 Header
Column1....Column2

The column headers don't need to filter or sort,  but just display the names
of the columns.   To help users know what column they are viewing when they've
scrolled all the way down on the page.

October 17th, 2012 3:42pm

Hi,

Please try the steps below:

    • Open the list view using SharePoint Designer, edit file in advanced mode.
    • Select Design ribbon, modifying it using "Customize Entire View" from "Customize XSLT" drop down.
    • In Design view, select the group header, below the row the group header, insert another tr tag and insert td tags under it, if you have three columns in the view, add five (3+2) <td> tags:

<tr>
      <td></td>
      <td></td>
       <td>column1</td>
      <td>column2</td>

<td>column3</td>

      </tr>

Free Windows Admin Tool Kit Click here and download it now
October 18th, 2012 10:34am

Perfect!

I thought I had tried this before I posted,  but it was repeating them on every row,  but I just did it again and this time it worked.

Thank You

October 18th, 2012 4:21pm

Hi, Xue-mei -

Can we do a similar operation in SharePoint 2013 ?

I tried to do it in SP 2013, but didn't find the "Customize XSLT" option. 

Thank you.

Kind Regards,

prajK

Free Windows Admin Tool Kit Click here and download it now
May 2nd, 2015 12:36am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics