Here's one for all you out there... probably quite a simple solution to this but I can't think of it!
Suppose I have a RadGrid and in that grid I want to display my data which has 10 rows. Some of my data (say 5 rows of it) has more details which I want to display in a separate page, so I use a hyperlink column so that when a user clicks the link, theyre taken to the alternate page (the one showing the other informtion for the item).
However, the rest of my data (the other 5 rows) doesn't have any more information associated with it, so the link is useless, but I still want to show the data in the grid for that column (it could be a part number or description). I dont want to disable my hyperlink as that would look odd.
My question is this...
How do I get none linkable row data to show as regular text instead of a hyperlink in a grids hyperlink column?
thanks,
Karl
Suppose I have a RadGrid and in that grid I want to display my data which has 10 rows. Some of my data (say 5 rows of it) has more details which I want to display in a separate page, so I use a hyperlink column so that when a user clicks the link, theyre taken to the alternate page (the one showing the other informtion for the item).
However, the rest of my data (the other 5 rows) doesn't have any more information associated with it, so the link is useless, but I still want to show the data in the grid for that column (it could be a part number or description). I dont want to disable my hyperlink as that would look odd.
My question is this...
How do I get none linkable row data to show as regular text instead of a hyperlink in a grids hyperlink column?
thanks,
Karl