E
Earl
I'm looking for some insight into the best method of editing related data
being shown in the datagrid. I've had several tricky issues -- ultimately
resolved -- with editing data directly in the datagrid. David Sceppa shows a
method in ADO.Net using the currency manager where he forces the user to
click an Edit button to bring up the row in a separate form. Editing for
that particular row is then done on the form and saved, dropping you back
into your grid form. I'm not real excited about the idea of creating a bunch
more forms for all the datagrids in my current app, but it certainly would
resolve some problems editing data in this fashion. For those who have done
this using both techniques, any insight that you can share?
being shown in the datagrid. I've had several tricky issues -- ultimately
resolved -- with editing data directly in the datagrid. David Sceppa shows a
method in ADO.Net using the currency manager where he forces the user to
click an Edit button to bring up the row in a separate form. Editing for
that particular row is then done on the form and saved, dropping you back
into your grid form. I'm not real excited about the idea of creating a bunch
more forms for all the datagrids in my current app, but it certainly would
resolve some problems editing data in this fashion. For those who have done
this using both techniques, any insight that you can share?