Editable DataGrid

lanepenge

New Member
The typical approach is to have an "Edit" link in each row. Once clicked, the row is filled with controls and the user can edit the data in the controls, and then click either an "Update" or a "Cancel" link to save or discard the changes to the row.<BR><BR>For a particular application I am planning, I would like a DataGrid in which every row is in permanent edit mode, as opposed to editing one row at a time. The user can click into any cell at any time to edit it's contents. When finished, "Update" and "Cancel" buttons below the grid will affect all rows in the DataGrid.<BR><BR>Is this possible?<BR>
 
Back
Top