version 1.0.2005.1 final (self-servicing)
VS2005 winforms
hiya,
I need to perform some inline editing of a winform 2005 datagridView.
Only one of the columns is readWrite.
Q#1 That said, I assume I still have to use an entityCollection? Q#1
I have been used to the useful RAD in winforms 2005, where I simply:
1) catch the cell_End_Edit event
2) call the dataAdapter UPDATE method, and that's it.
I am looking to do similar with a datagriDView that is bound to an llblGenPro entityCollection.
Q#2 Can anyone spare a post of the cell_End_Edit event code that they use to update the underlying database? Q#2
You see, I am not sure if I should be grabbing the row that has been changed and using unitOfWork etc.Maybe it is simpler than that, I don't know.
Many thanks,
yogi