Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ravi raman on Nov 13, 2007 06:31
open dhtmlx forum
how to create hyperlink in grid

Hi,
How do i create hyperlink for a particular data in a (column)grid so that user on clicking on it opens another page ,is there any function to do this.Do u support hyperlink in grid
Answer posted on Nov 13, 2007 07:45
You can use one of next approaches

a) use ro column type and direct HTML

    <cell><![CDATA[<a href="url">Link</a>]]></cell>

b) use link column type and data as
    <cell>Link^url</a>]]></cell>