Hi
I'm new in programming and i have a problem on my grid. I need a doubleclick
event or a key event on a cell. I like to click on a cell and (press a key
or doubleclick with the mouse) to open a browserfolder and set the choosed
folder to the currentcell. Is there a way
to add a event to a cell? Maybe it's possible to add an event to a column?!?
Thanks for any help.
Regards
Uemit
Stoitcho Goutsev (100) - 14 Feb 2006 20:04 GMT
uemit,
Hook on Click event for the gird and then call DataGrid.Hittest to discover
what was clicked.

Signature
HTH
Stoitcho Goutsev (100)
> Hi
>
[quoted text clipped - 10 lines]
> Regards
> Uemit
rajavel.jp@gmail.com - 16 Feb 2006 13:52 GMT
Hi ,
you can use this event,
DataGrid1_CurrentCellChanged