Hi,
I'm using the asp.net grid control. I want a hyperlink in one column, the URL comes from a field in the database. I don't find any solution on how to link the column to the database filed.
Some fields as an example:
<ej:Column Field="NR" HeaderText="Number" IsPrimaryKey="true" Width="100" />
<ej:Column Field="URL" HeaderText="Online-Info" Width="100" Template="<a rel='nofollow' href='{{:URL}}'>Link</a>" />
Please provide some feedback on how to link the url to the column in the .aspx file.
Thank you very much!
Michael