Hi Team,
I am trying to make child/detail grid column as hyperlink but i am getting not defined error in console.
Can you please guide on this?
Below is my code & PFA the error screenshot.
Thanks
Chandan Gupta
I am trying to make child/detail grid column as hyperlink but i am getting not defined error in console.
Can you please guide on this?
Below is my code & PFA the error screenshot.
Thanks
Chandan Gupta
columns.Bound(c => c.Inbound).ClientTemplate(
"<a href='" +
Url.Action("ReadFeedFile", "TreasuryFeeds") +
"?fpath=\"#= Inbound #\"&archFileName=#=Archive#'" +
">#=Inbound#</a>"
).Title("File Name").Width(120).HtmlAttributes(new { style = "text-align:center;font-size: 10px;font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;" });