Hi,
I would like to have a conditional hyperlink, so that a hyperlink only shows if the value of CntNonMailable is not equal to 'N/A'. Is this possible?
I have a radgrid with the following Hyperlink column:
<telerik:GridHyperLinkColumn DataTextFormatString="{0}"
DataNavigateUrlFields="ListID" UniqueName="CntNonMailable"
DataNavigateUrlFormatString="GetRejectedReport.aspx?ListID={0}"
HeaderText="Non Mailable" DataTextField="CntNonMailable">
<HeaderStyle Width="63px"></HeaderStyle>
</telerik:GridHyperLinkColumn>
Any help would be much appreciated.
thanks
David
I would like to have a conditional hyperlink, so that a hyperlink only shows if the value of CntNonMailable is not equal to 'N/A'. Is this possible?
I have a radgrid with the following Hyperlink column:
<telerik:GridHyperLinkColumn DataTextFormatString="{0}"
DataNavigateUrlFields="ListID" UniqueName="CntNonMailable"
DataNavigateUrlFormatString="GetRejectedReport.aspx?ListID={0}"
HeaderText="Non Mailable" DataTextField="CntNonMailable">
<HeaderStyle Width="63px"></HeaderStyle>
</telerik:GridHyperLinkColumn>
Any help would be much appreciated.
thanks
David