D
D
DD-var2020-05-20 08:49:59
C++ / C#
DD-var, 2020-05-20 08:49:59

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

2 answer(s)
C
Collin, 2020-05-20
@DD-var

dataGridView1.Columns[0].ReadOnly = false;

H
HemulGM, 2020-05-20
@HemulGM

Remove ReadOnly from the entire list and only let you edit what you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question