C
cj
When viewing a datatable in a datagridview one of the columns in it is a
"note" field which can be quite long. I would like to have the note
field of the currently selected row of the datagrid display in a textbox
below the datgridview. I currently have it fixed so if you click on a
row the note field from that row is put in the textbox. I'd like this
to be automatic as they move through rows.
Also the note field is one of two fields that they will be allowed to
edit while viewing the datagridview. They'd of course want to edit it
in textbox. How do I get these edits to automatically be put back in
the datagridview/datatable. I'm thinking there should be some way to
set the datasource of the textbox to a cell or something so what is
edited in it is edited in the datagridview/datatable.
"note" field which can be quite long. I would like to have the note
field of the currently selected row of the datagrid display in a textbox
below the datgridview. I currently have it fixed so if you click on a
row the note field from that row is put in the textbox. I'd like this
to be automatic as they move through rows.
Also the note field is one of two fields that they will be allowed to
edit while viewing the datagridview. They'd of course want to edit it
in textbox. How do I get these edits to automatically be put back in
the datagridview/datatable. I'm thinking there should be some way to
set the datasource of the textbox to a cell or something so what is
edited in it is edited in the datagridview/datatable.