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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top