Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Links Grouping Customization

  Asked By: Lavanya Mulani         Date: Jun 29, 2009      Category: Sharepoint      Views: 195
 

In a links webpart I have added a column named category and the links
in the webpart are grouped by this column. Now when the page renders i
see the links grouped by Category in this format - "Category:xyz"
I dont want this "Category:" to appear in the heading, but
only "xyz".Please help on this.

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Harvey Blankenship          Answered On: Jun 29, 2009       

You can make the change in "TahoeUtils.asp" file.
In the "GenerateInputFormMultiSelectDictionaryFieldHtml" function
store the values from the variable "rgstrDefinedValues" in an
temporary array and then compare the values against "Category" and
replace the "Category" with "".

 
Didn't find what you were looking for? Find more on Links Grouping Customization Or get search suggestion and latest updates.


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