Row select in a windows forms datagrid

  • Thread starter Thread starter James Bender
  • Start date Start date
J

James Bender

Hi,

I have a datagrid that displays search results. I also
have a column style applied to this grid.

I would like to open a window for the appropriate row
when the user double-clicks on it, but I am having
trouble capturing the event in a way that the user
doesn't have to do it a few times. How can I set up the
control so that when the user clicks in a cell it selects
the whole row instead of editing the cell?

Thanks,
James
 
Back
Top