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.
Hello sarunmphil,
I believe that this topic has already been discussed in the following forum thread:
http://community.infragistics.com/forums/t/24169.aspx.
Please do not hesitate to ask if something comes up.