Can Anybody tell me how to set up a bound datagrid to allow a user to edit a row but not allow them to delete or add a new row?
Printable View
Can Anybody tell me how to set up a bound datagrid to allow a user to edit a row but not allow them to delete or add a new row?
After you setup the datasource for it add an edit column but don't add a delete column. There is no default insert button or anything so thats it. You'll need to handle the editing and updating through code via the EditCommand and UpdateCommand events.
http://www.ondotnet.com/pub/a/dotnet...tl.html?page=3