Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

View - Group by

  Asked By: Douglas Price         Date: Jan 22, 2004      Category: Sharepoint      Views: 301

Folks... This may not sound challenging for most of you gurus, however
it would definitely help me and other like me a lot. Please give this
question a look:


When I group items within a view, the display comes up as under

GroupColumn: Item1 (2)
Sub item 1.1
Sub item 1.2
GroupColumn: Item2 (3)
Sub item 2.1
Sub item 2.2
Sub item 2.3
and so on

Is there any way to suppress "GroupColumn:", the count and also reduce
the indent
size as under ??? If so, how can one achieve this.

Item1
Sub item 1.1
Sub item 1.2
Item2
Sub item 2.1
Sub item 2.2
Sub item 2.3

Tagged:      

 

3 Answers Found

 
Answer #1       Answered By: Fred Rios          Answered On: Jan 22, 2004       

It may be that the reason no one is answering your question is because
off the top of our heads, we don't know how to do this. Does the SDK
discuss this aspect of customization at all? That's where I'd point
you.

 
Answer #2       Answered By: Donnie Drake          Answered On: Jan 22, 2004       

The only way I know to achieve this is to use Frontpage 2003, edit the page with Frontpage 2003, right click on the web part and select Convert to XSLT view

This will convert the page to an XSLT representation with HTML tags, you can now delete the unwanted text

Be careful as using XSLT in Frontpage can be challending at time

 
Answer #3       Answered By: Nathaniel Henderson          Answered On: Jan 22, 2004       

Open the page in frontpage 2003 and click on a record and simply delete the
"Group Column:" it should do it for the whole list.

 
Didn't find what you were looking for? Find more on View - Group by Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].