I have a dashboard page that displays a grid.
One of the columns has a hyperlink in it. What I would like to do, is in the pre-Render event for the grid, loop through the items and if there is a value in this column, add an <a> tag in that same cell (leaving the hyperlink alone), with an icon so that if they click on that icon the user will be redirected to another page.
It could be a javascript function or codebehind that makes the call.
Anyone ever done something like this? Anyone have any ideas?
Rich
One of the columns has a hyperlink in it. What I would like to do, is in the pre-Render event for the grid, loop through the items and if there is a value in this column, add an <a> tag in that same cell (leaving the hyperlink alone), with an icon so that if they click on that icon the user will be redirected to another page.
It could be a javascript function or codebehind that makes the call.
Anyone ever done something like this? Anyone have any ideas?
Rich