Hi,
I have a gridview that users can select data from a dropdown and enter data in a textbox. They can enter how ever many records they have. They can edit/update/remove/cancel after they have saved.
When they click EDIT on a record, they modify the record, then they click UPDATE to update the record. But I need the other records in the gridview edit/remove buttons to be disabled while a record is in edit mode. How can I do this?
any help/suggestions is appreciated!
I have a gridview that users can select data from a dropdown and enter data in a textbox. They can enter how ever many records they have. They can edit/update/remove/cancel after they have saved.
When they click EDIT on a record, they modify the record, then they click UPDATE to update the record. But I need the other records in the gridview edit/remove buttons to be disabled while a record is in edit mode. How can I do this?
any help/suggestions is appreciated!