So, I should probably populate the name or title of the tr with the sequence number, which is currently the id. You're right about getting rid of the class "row." I'll take care of that.
Perhaps there is a better way than what I've been trying. Each row has a distinct sequence number that I've used as the id, but could use as other things. When I click edit, I just want to pass that number back to the server, whether it be the id, title, class name, value, or whatever. I would rather not have to parse the number back out if at all possible even on the server side. Thanks for your help