UNC path

I am trying to display unc paths in a field in the grid. for some reason doing so either crashes the grid when using a full unc path (\server\applications\app installs\visual studio) or the backslashes ‘’ are removed (C:\Windows\Temp becomes C:WindowsTemp)

I have two questions:

  1. How do I get around this problem?
  2. How can I open this link using another field (of type link) within the grid?

Thanks In Advance

Unfortunately your issue cannot be reconstructed.
What type of column do you have in the problematic cell?
If issue still occurs please provide a sample of your grid’s init and a snippet of data file

Hi,
Can you please post the working copy that you have as it will be quicker that me trying to get it.

Thanks

I have tried to create an example on the base of the following demo:
dhtmlx.com/docs/products/dht … _grid.html

html/js part wasn’t modified.
Here is the the modified xml:

<?xml version="1.0" encoding="UTF-8"?> <rows> <row id="1"> <cell>\\server\applications\app installs\visual studio\</cell> <cell>08/02/1955</cell> <cell></cell> </row> <row id="2"> <cell>C:\Windows\Temp</cell> <cell>21/09/1947</cell> <cell></cell> </row> <row id="3" selected="1"> <cell>Michel Oshpic</cell> <cell>12/01/1971</cell> <cell></cell> </row> <row id="9"> <cell>Honore de Cruason</cell> <cell>12/01/1991</cell> <cell></cell> </row> </rows>
THe result you can see in the attached screenshot