Rank: Newbie Groups: Member
Joined: 8/3/2013 Posts: 4
|
Hello support, In ASP GridView I often use hyperlink field. <asp:HyperLinkField DataNavigateUrlFields="tovURL" HeaderText="URL" Text="URL" />
How can I make it in your Grid? I have read documentation and could not find answer. Best regards, Ruslan.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi, You can use a StaticColumn and then set it's DataFormat to something like this:
This way the cell data will replace "{0}" and the cell will display a link. Thanks!
|