Hello,
I have a fairly simple requirement, but I can't seem to find any examples of how to accomplish this. I need to be able to click one button in a row (perhaps a pencil icon) and have the entire row change to edit mode, so that the users may edit in-line and click a save button in that same row when they are finished. I have many reasons for this requirement, but I won't waste your time by listing them all.
However, as far as I can tell, the only documented samples show how to have a pop-up edit template or cell-click edits.
Can anyone point me in the right direction, even if it's just a link to a good example? Thanks for any help you can provide!
That could be an interesting workaround -- thanks for your fast response.
Why don't you just make the grid work either way.... in place editing of cells when a row is in edit mode or the popup way. The in-place editing is basic functionality provided by the GridView control. It seems rather strange that a control as sophisticated as your web grid would be lacking such basic functionality.
WebGrid already has in-place editing capabilities without the use of a row edit template or the need to click an "Edit" link.