Hi Telerik,
I use a radGridviews to implement a system which supports downloading files from IIS server.
The column setting is shown below,
<telerik:GridHyperLinkColumn DataTextField="File Name" HeaderText="File Name" UniqueName="File Name" DataNavigateUrlFormatString="IIS_ItemServer\{0}" DataNavigateUrlFields="File Path" />
In addition to downloading files,
is it possible to implement to trigger an extra event/function when clicking the file links by this way?
Thanks you