GridView LinkRenderer for multiple links

  1. #1

    GridView LinkRenderer for multiple links

    I have a gridview column that can show 0 to multiple items as a concatenated string. I know that I can use link renderer to make the entire item a link, however, I would like to have each item as a separate link inside of the cell. Is this possible with the gridview?

    For example, in the second row: Inventory, Shop Floor and Accounting would be 3 separate links that point to different URL's.
    Click image for larger version. 

Name:	column.jpg 
Views:	35 
Size:	31.0 KB 
ID:	5738

    Thank you in advance for your help.
  2. #2
    I'm not sure where that value is coming from, or if it is three separate values, but you would still use a Renderer. Just return a snippet of html formatted as three <a href="...">...</a> tags.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 0
    Last Post: Apr 06, 2012, 11:11 AM
  2. Replies: 0
    Last Post: Jul 14, 2010, 3:33 PM
  3. Links Inside GridPanel
    By marcmvc in forum 1.x Help
    Replies: 1
    Last Post: May 17, 2010, 1:43 PM
  4. [CLOSED] Add JavaScript to Links in HtmlEditor
    By macap in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 14, 2009, 9:22 AM
  5. Replies: 2
    Last Post: Jul 01, 2009, 4:49 PM

Tags for this Thread

Posting Permissions