I have a grid that will be populated from the database.
Some of the rows returned will require hyperlinks and some rows will not--this just depends on what is being called back from the database. For example:
CELL 1 CELL 2 CELL 3
Data Data (Hyperlinked)
Data Data (Hyperlinked)
Data Data (No Hyperlink)
Data Data (No Hyperlink)
Data Data (Hyperlinked)
I was going to use the Hyperlink template of the RADGrid but that means it will always show up as if there is a hyperlink even though there isn't. Is there a way to accomplish this using RADGrid? Thanks.
PJ
Some of the rows returned will require hyperlinks and some rows will not--this just depends on what is being called back from the database. For example:
CELL 1 CELL 2 CELL 3
Data Data (Hyperlinked)
Data Data (Hyperlinked)
Data Data (No Hyperlink)
Data Data (No Hyperlink)
Data Data (Hyperlinked)
I was going to use the Hyperlink template of the RADGrid but that means it will always show up as if there is a hyperlink even though there isn't. Is there a way to accomplish this using RADGrid? Thanks.
PJ