I have a GridHyperLinkColumn field in my program.
The problem is that this field does not appear in edit mode.
Any ideas on how to fix that?
Here's the code :
The problem is that this field does not appear in edit mode.
Any ideas on how to fix that?
Here's the code :
<
telerik:GridHyperLinkColumn
HeaderText="value"
DataTextField="value"
UniqueName="value"
DataNavigateUrlFields="value"
>
</telerik:GridHyperLinkColumn>
The value is of string type.
Thank you very much