i am trying to use GridHyperLinkColumn to be able to download file, everything works perfect except downloading the file.
the link appears successfully but when clicking on it nothing happens.
I am using the following structure:
RadAjaxManager in the MasterPage
RadAjaxManagerProxy in the ContentPage wich host the RadGrid which is inside RadAjaxPanel
the link appears successfully but when clicking on it nothing happens.
<telerik:GridHyperLinkColumn HeaderText="File" UniqueName="FILE" DataTextField="Original_FileName" Target="_blank" DataNavigateUrlFields="Physical_FileName"></telerik:GridHyperLinkColumn>I am using the following structure:
RadAjaxManager in the MasterPage
RadAjaxManagerProxy in the ContentPage wich host the RadGrid which is inside RadAjaxPanel