This is a migrated thread and some comments may be shown as answers.

[Solved] Making Template Column readonly in Grid

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
nitin
Top achievements
Rank 1
nitin asked on 09 Nov 2011, 10:42 AM
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);

1 Answer, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 28 Aug 2012, 05:18 PM
I have he same issue. 
Tags
Grid
Asked by
nitin
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Share this question
or