Hi,
How can I add an unique Id value to the URL in a hyperlink column:
Here is the code I have:
I tried searching on these topics and find it somewhat difficult with all the control properties available to me and not really knowing if I'm looking at the right property.
Thanks,
How can I add an unique Id value to the URL in a hyperlink column:
Here is the code I have:
| <telerik:GridHyperLinkColumn DataNavigateUrlFields="Firstname" UniqueName="FirstName" |
| DataNavigateUrlFormatString="VPCLeadDetails.aspx" DataTextField="Firstname" HeaderText="First Name" SortExpression="Firstname"> |
I tried searching on these topics and find it somewhat difficult with all the control properties available to me and not really knowing if I'm looking at the right property.
Thanks,