I have been looking for a way to display the Group By headers of a ListView or DataView web part for those groups that are empty. It seems that as no record is set forth to parse, the empty Group Header is not available to display. It would seem to me that I would then need to include at least one record in each group to get the header to display. I would like to not have this 'special' record appear in ListView. Where might I insert a test against the 'special' case record and have it skip rendering the record in question and then continue along in the rendering loop? Is there an easier way to meet this same goal?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You would apply a filter to the list view (Modify this view, scroll down to the filter section) so that items are omitted and set the group by field to be whatever you want to group on |
|||
|