Hi Sarami,
Thank you for the sample. Now I can see the reason for having the text displayed twice. Besides the text evaluated in the ItemTemplate, a Hyperlink is being added into the cell additionally.
The following Evaluation displays the text:
Then, an additional link is added to the cell in the code behind:
Since you are using TemplateColumn, you can place a Hyperlink directly in the ItemTemplate of the column. This way you will not need to add it on server-side.
Result:
The links will point to the following address:
http://localhost:60039/PDFLoading.aspx?AutoID=B8&TYPE=Quotation
Kind regards,
Attila Antal
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.