Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1730
@Ajax.ActionLink in Column Template
posted

Hi,

I am using Asp.Net MVC 3 and Infragistic Grid. I am using column template as below:

col.For(x => x.SummaryID).HeaderText("ID").Template("<a id='lnkSummaryID' href='${SummaryID}'>${SummaryID}</a>");

 

Is there any way to use @Ajax.ActionLink instead of Anchor tag in column template ??

 

Parents Reply Children
No Data