double click on datagrid

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I want to double click on a row within the grid and have it take me to a
edit screen for that row.
Currently I allow the user highlight a row and click the Edit Button and
that takes them to a edit screen,
can I have it work the same way if they double click the row?

in VB.NET
 
Mike said:
I want to double click on a row within the grid and have it take me to a
edit screen for that row.
Currently I allow the user highlight a row and click the Edit Button and
that takes them to a edit screen,
can I have it work the same way if they double click the row?

in VB.NET
You can do this but it's not easy. You can search google and find some
examples but I bet you will decide to stick with the edit button.

Marty U.
 
Back
Top