I'm trying this for but it doesnt work
dataGridView2.Rows.Add("TEST");
dataGridView2.Columns[0].ReadOnly = false;
Is there any other method?
I'm trying this for but it doesnt work
dataGridView2.Rows.Add("TEST");
dataGridView2.Columns[0].ReadOnly = false;
Is there any other method?