This question is locked. New answers and comments are not allowed.
I want to make template column readonly. Reason is when I come back on the page i loose the parameters and values.
Is there any other way i can retain the values in the link.
columns.Template(o => @Html.ActionLink("Edit", "Edit", "Home", new { id = o.FriendID, userName =o.FriendName }, new { @class = "lnkShortCodeAndKeyword" })).Title("Edit").Width(90);
Is there any other way i can retain the values in the link.
columns.Template(o => @Html.ActionLink("Edit", "Edit", "Home", new { id = o.FriendID, userName =o.FriendName }, new { @class = "lnkShortCodeAndKeyword" })).Title("Edit").Width(90);