The text of this article is not in this database — only its details are. Read it on the old site: Create HyperLink in WebGrid in Web API
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Create HyperLink in WebGrid in Web API
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Tim GapinskiPosted Oct 6, 2016, 11:59 AM
I was trying this... format: (item) => Html.Raw("<a href='/mycontroller/ActionName/" + (item).GUID + both2 + Html.Raw("'>Edit" + "</a>"))),
Tim GapinskiPosted Oct 6, 2016, 11:58 AM
Thank you so much. I was really struggling with my own hack, that was not quite pulling it off.
kalu singh raoPosted Jul 1, 2016, 9:31 AM
Nice...