I have a datagrid that is bound to a dataview.
Before i bind the datavuiew to the grid i add an extra column bool column to it so that it displays checkboxes. this works lovely.
I now want to add another column, this time the column will display a hyperlinked image. How would i go about doing this?
