1
Hello, thanks for your attention
I want to know how to disable the possibility of selecting a line from a Datagridview
Meudatagridview.Rows[Line disabled]. enable = false;
I’ve tried the Frozen
:
MeuDataGridView.Rows[Linha desabilitada].Frozen = true;
It blocks the DataGridView
all, can help me?
Yes, thanks Helped a lot ?
– Gustavo Pedro
Then I no longer see how I would do, but resort to some more "strange" contour to do it. But anyway it would be another question :)
– João Martins