Categories
How to remove readonly from C# string?
there is a datagrid, I add columns, how can I make the first column changeable? and remove read only on it
Answer the question
In order to leave comments, you need to log in
dataGridView1.Columns[0].ReadOnly = false;
Remove ReadOnly from the entire list and only let you edit what you need.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question