I have a form containing the following datagridview DGV as shown below.

The DGV content displayed is from a database table (ACCESS). I would like to be able to input content directly into the last two columns. I had thought that this would be a simple process of setting some properties, but that appears not to be the case. Additionally, I have not even been able to find content that explains the process.

Can someone suggest what I am missing that I am unable to find an explanation of the process, assuming it exists? Or better still, explain the process?

Name:  2022-04-22_16-37-13.jpg
Views: 487
Size:  25.8 KB

The DGV is contained as part of a form. However, the DGV is completely independent of all else on the form.