Simple Link in XML Grid
All I want to do is make each item the fourth column in my grid be a link to some external webpage. I don't know why, but I just simply can't figure it out.
// define data formats
var str = new AW.Formats.String;
var link = //What goes here?!
obj.setCellFormat([str, str, str, link]);
// provide external model as a grid data source
obj.setCellModel(table);
// write grid html to the page
document.write(obj);
Paul
June 8,