Home All Groups Group Topic Archive Search About
Author
21 Jun 2006 4:45 AM
Rupesh
hi all,

i am working on datagrid, i need to capture the row in datagrid

whenever we have double clicked on it.

plz guide how to do that

thanks & regards

Rupesh

Author
21 Jun 2006 2:24 PM
Brian Tkatch
Rupesh wrote:
> hi all,
>
> i am working on datagrid, i need to capture the row in datagrid
>
> whenever we have double clicked on it.
>
> plz guide how to do that
>
> thanks & regards
>
> Rupesh

1) Right-click on form and choose "View Code"
2) Left-click upper-left combo box and choose your grid
3) Left-click upper-right combo box and choose "DoubleClick"
4) Refer to row as <grid>.CurrentRowIndex

B.