MVC 4 WebGrid edit row with a button

Sergio picture Sergio · Sep 5, 2013 · Viewed 14.2k times · Source

I have a webgrid, what I want to do is to edit the selected row, but I want this action to be performed when the user press a button and not only when the user select the row. How can I do this??

Answer

saravanan picture saravanan · Aug 13, 2014
grid.Column("Action", format: @<text>
                <button class="edit-user display-mode" >Edit</button>
                <button class="save-user edit-mode"  >Save</button>
                <button class="cancel-user edit-mode" >Cancel</button>
                </text>,  style: "col3Width" , canSort: false)

Delete these lines and put into seperate div in coding part