Hi guys
I use a GridView (using template fields) with several columns and a image button in the last column.
I want the button to mimic an edit button, but:
I want it to open a row which has no columns and just has some fields (TextBoxes , DDL's etc) and a "close" button which will close this customized "edit" row. so it's like an edit row with no columns and with customized fields.
I believe there is a simple way to do so, can you please give me an idea?
(I don't want to use a popup of ajax' I want the row to be in the grid itself)
Thank you very much