PDA

View Full Version : Link in Grid using Script


sbhattarai
12-19-2005, 04:18 PM
Hi,

I have dataset that I use to construct grid. I need to create a link in the grid column (colObj). following does not work.


var display = "<a href='http://www.cnn.com'><font color='#0000EE'><u>" + "$path{'" + xpath + "'}" + "</u></font></a>";
var textObj = new najatext(colObj,{ text: display});