Categories | Question details Back To List | ||||||||
dhtmlxGrid does not show link when formatted from HTML table How do I display a link in a grid that is initialized via a html table? The following does not show a hyperlink: <table class="dhtmlxGrid" imgpath="dhtmlxGrid/codebase/imgs/" style="width:400px" lightnavigation="true"> <tr> <td type="ro">Column 2</td> <td type="ro">Column 2</td> </tr> <tr> <td><a href="http://www.yahoo.com">Yahoo</a></td> <td>Yahoo Home Page</td> </tr> </table> Answer posted by Support on Jun 20, 2008 07:55 Please try to use attached js file instead of original one - it must resolve problem ( latest version, available online, must already contain the same fix ) Attachments (1)
|