B
B. Chernick
I have a Winforms app (Dot Net 2.0) with a datagridview bound to a table. I
am supposed to be able to add, edit, and delete rows. One particular column
is to be read-only for existing records. Both the program and the data
structure are works in progress.
It appears that what I need to do is to make the cell of that read-only
column editable for record adds only. Is this possible?
am supposed to be able to add, edit, and delete rows. One particular column
is to be read-only for existing records. Both the program and the data
structure are works in progress.
It appears that what I need to do is to make the cell of that read-only
column editable for record adds only. Is this possible?