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.
Please advise.
Regards
Vivek
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.
1 | Po_DetailsView.Columns("ReceivedQty").ReadOnly = False |
Please advise.
Regards
Vivek