Hello everyone,
I am currently working on my datagridview which is being populated by a stored procedure's query from the database. My question is how can I select the whole row even though I only click one cell?
Example, there are four columns returned by the stored procedure. So basically the datagridview will present to me data in four columns. If I select row 2 of column 3, is it possible that the action will not only highlight the row2 column 3 but the whole row 2?
Thanks very much!