Link Cell Type with Single quotes


When I try to create a cell with the following everything works fine.



$xml .= “”;



But when I try to place single quotes in the string the link does not work properly.



$xml .= “”;



How can I include single quotes in order to pass a string to my javascript?

“link” eXcell type renders as link (A tag) and href attribute containg action link in to the single quotes. If action link contain single quotes “link” eXcell type will not rendered well. If you need single quotes in the “link” cell better to implement custom eXcell type. Pleasee see more information here dhtmlx.com/docs/products/dhtmlxG … #grid_cexc


Thanks, I was able to implement double quotes instead using the escape character.



 $xml .= “”;