Categories | Question details Back To List | ||
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> |