views:

33

answers:

1

I am dynamically adding an Edit button to each cell of a Template column in a GridView. I will have a list of people in each cell, and the Edit button should appear at the bottom right of each cell. How can I achieve this? I am more than willing to use jQuery.

A: 

You want to edit multiple fields in one cell? Why not create an on-click method for each cell with a tool-tip that says edit?

Jordan Johnson