Using jqGrid 4.5.2 & jQuery 1.9.1 and reading an XML file as input into a grid. One cell has a path that points to a file. That file may be of several different types (.doc, .htm, .pdf, etc.).
In displaying the grid, I need to have that cell be a hyperlink to that file share. Using the predefined format type of link, it does provide a hyperlink to it, but it puts the web server info in front of the link, such as:
http://localhost:55555/\\servername\filepath1\filepath2\thisdoc.doc
Everything from the \\
on is retrieved from the XML. How do you make the contents of the cell a hyperlink, but suppress the website info?