Please help! setCellLink (I am blocked)
Hello all... I explain my problem.
I have a grid with a column where the value must be hyperlinked.
I use
No problem for that, the value of the cell is inserted at the end of my url, but in my second page I use another grid.....
My problem is in the cell, the text is separate by comma... When I put a hyperlink on this value, all the cell are hyperlinked. But I want to link every words as a different url.
Any help is apreciate
I have a grid with a column where the value must be hyperlinked.
I use
obj.setCellTemplate(new AW.Templates.Link, 3);
obj.setCellLink(function(c, r){ return "mysite.com?value=" + myCells2[r][3]; }, 3);
)
No problem for that, the value of the cell is inserted at the end of my url, but in my second page I use another grid.....
My problem is in the cell, the text is separate by comma... When I put a hyperlink on this value, all the cell are hyperlinked. But I want to link every words as a different url.
Any help is apreciate
Angel
July 13,