telerik:GridHyperLinkColumn

This is a short code example that demonstrates how to format the telerik:GridHyperLinkColumn RadGrid column type.

Related Articles

... and you 'll find more on the Telerik ASPNET Grid Menu

Note that this example uses two fields specified by the DataNavigateUrlFields property to form the hyperlink

<telerik:GridHyperLinkColumn DataTextFormatString="{0}" DataNavigateUrlFields="ModuleID,Table_Name"
  UniqueName="lnTable_Name" DataNavigateUrlFormatString="/DynColumn.aspx?ModuleID={0}&TableName={1}"
  DataTextField="Table_Name">
</telerik:GridHyperLinkColumn>

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences