Question How to make a column editable in Datagridview

vram

New member
Joined
Jun 28, 2016
Messages
2
Programming Experience
3-5
Hi,

I am fetching records from a database and populating my datagrid. after that i am adding one column. i want to make that column editable. how to do that. This is my code.

1Po_DetailsView.Columns("ReceivedQty").ReadOnly = False





Please advise.

Regards

Vivek
 
Back
Top