hi Support,
I intialized the grid data from html table. Now i want one column value to be displayed as a link so that on click of that value need to call a jsp page. So may i know how can add links to the table
Thanks
haritha
The simpliest way is to create links in your HTML table. They will be transfered to dhtmlxGrid.
Hi,
How to create that links in html table.
<table name=“myGrid” id=“tblToGrid” onbeforeinit=“doBeforeInit()” oninit=“doAfterInit()” forceCellTypes=“true” style=“width:400px” border=“1” lightnavigation=“true”>
where should i give the url ,target .
Thanks
Haritha
“link” value is a “^” delimited list of following values:
1st - Link Text
2nd - URL (optional)
3rd - target (optional, default is _blank)
For example:
Also dhtmlxgrid_excell_link.js should be included