I'm trying to duplicate fundtionality I built in a prior framework.
In my Radgrid, I need one column to show both hyperlink or just gridbound based upon a value in the row.
For instance:
If status = 'waiting' column 1 should just show 'waiting' not as a hyperlink
If status = 'received' column 1 should show 'received' but it should be a hyperlink to page1.aspx with a keyfield
if status = 'lost' column 1 should show 'lost' but it should be a hyperlink to page2.aspx with keyfield.
So, the question is, in my Radgrid can I make one particular column behave as two different types based upon some other value in the row? I can't find any examples of this.
Thanks for any help,
JC
In my Radgrid, I need one column to show both hyperlink or just gridbound based upon a value in the row.
For instance:
If status = 'waiting' column 1 should just show 'waiting' not as a hyperlink
If status = 'received' column 1 should show 'received' but it should be a hyperlink to page1.aspx with a keyfield
if status = 'lost' column 1 should show 'lost' but it should be a hyperlink to page2.aspx with keyfield.
So, the question is, in my Radgrid can I make one particular column behave as two different types based upon some other value in the row? I can't find any examples of this.
Thanks for any help,
JC