Hi,
I have a question.
If we're clicking 1 of DataGridView rows, there will be 1 block line of row in the DataGridView.
I want to do that but with a coding.
I tried :
DataGridView.Focus
DataGridView.SelectedItem.Selected = 10
but can't do the trick.
Does anyone know how to do that ?
Thanks for the answer.
Regards,
nb. Please forgive my bad english.
I have a question.
If we're clicking 1 of DataGridView rows, there will be 1 block line of row in the DataGridView.
I want to do that but with a coding.
I tried :
DataGridView.Focus
DataGridView.SelectedItem.Selected = 10
but can't do the trick.
Does anyone know how to do that ?
Thanks for the answer.
Regards,
nb. Please forgive my bad english.