Schultz wrote:
> Hi, I would like to be able to edit data in a datagrid by column insted
> of by row. Is this possible? And, how can one make an entire Datagrid
> editable by clicking on "Edit All" > "Update" or "Cancel"
Schultz, check out this article of mine, which looks at how to edit the
*entire* contents of a DataGrid:
http://aspnet.4guysfromrolla.com/articles/121504-1.aspx
You can similar logic to make just a single column editable (rather than
all of them). After you read the article, if you have further
questions, ask them here.
Thanks!