Categories | Question details Back To List | ||
dhtmlxGrid - img tag Hi, How can I use image tag, whose column type is img to be a link. Can you please provide some example? Thanks, Bhuvana Answer posted by Stanislav on Sep 05, 2007 18:39 For "img" column type content can be set in next way <cell>Link^Tooltip^some.com^_blank</cell> in result you will get next HTML <a href='some.com' title='Tooltip' target='_blank'><img src='link'><a> |