This question is locked. New answers and comments are not allowed.
Hi there,
I am wondering if it is possible to use the DynamicHyperlinkColumn in such a way that a flag can be set indicating whether or not the text displayed in the field should actually be a hyperlink or just static text.
For some context - I am implementing a grid view to display the daily status of a number of items. Each of these items contains a reference to a file. If that reference (defined as an int?) is null, then the file has not been processed for the current day and I want the text in the Dynamic Hyperlink Column to display as static text, not a link. In the case that the reference is not null, I would like the hyperlink to be displayed.
I have no problem with setting the backend hyperlink portions of the cell, just with getting the text to display as static.
Thanks,
John
I am wondering if it is possible to use the DynamicHyperlinkColumn in such a way that a flag can be set indicating whether or not the text displayed in the field should actually be a hyperlink or just static text.
For some context - I am implementing a grid view to display the daily status of a number of items. Each of these items contains a reference to a file. If that reference (defined as an int?) is null, then the file has not been processed for the current day and I want the text in the Dynamic Hyperlink Column to display as static text, not a link. In the case that the reference is not null, I would like the hyperlink to be displayed.
I have no problem with setting the backend hyperlink portions of the cell, just with getting the text to display as static.
Thanks,
John
