Ok, here's what I need to know.
I have webgrid and a row edit template and I've set the row select to go into edit mode and that works great! However, due to design criteria I must provide an "edit" link for each row and have the row template pop up when that is clicked and ONLY that link.
Anybody know how I can do this?
thanks,
Scott
You could build a javascript function that would call grid.BeginEdit (check the CSOM for the exact method name) when the link is clicked.
http://www.pageresource.com/jscript/jlinktut.htm
ok, well I didn't do it that way exactly...I kinda cheated! :)
here's what I did. I check to see which column is clicked and then I only open the row template form if its the same column that contains my "edit" link.
Hope this helps someone!