Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
How to hyperlink more files in cell using ColumnStyle.URL?
posted

I have a column namely "Audit Documents" in which the cells may have multiple document's URLs.

for eg. in a cell the value may be like

\\MyServer\Documents\myFile.doc

\\MyServer\Documents\myExcel.xls

When I set the column's style = ColumnStyle.URL, the values are displayed like hyperlinks at runtime for both the files. when I click the hyperlink it is not opening the file, because the hyperlink is set for both files as single hyperlink.

how to set hyperlink for individual files? (i am using stringbuilder to format the multiple files to display in the next lines using strinbldr.appendline() method. )

This is a very critical requirement, any help would be greatly appreciated.