0
votes
votes
1 answers
Highlight entire row in datagrid
as beginner i have been searching for solution of this for a couple days. everyone is passing information on nonexisting articles, so i decied to share my solution [code] dataGridView1.Rows[2].Selected = true; ...
