oldmanbernie
Programmer
I am relatively new to using Gridview. I am wondering if there is a way for me to allow edits for all rows.
Right now, I have a Gridview created that is bound by a SQL Data Source. It appears the only control I have in controlling what fields I can edit is based on the EditIndex value. This only allows me to edit and update one row at a time. I would like to unlock all rows, and update the entire table at once when I click on a custom update button.
Right now, I have a Gridview created that is bound by a SQL Data Source. It appears the only control I have in controlling what fields I can edit is based on the EditIndex value. This only allows me to edit and update one row at a time. I would like to unlock all rows, and update the entire table at once when I click on a custom update button.