event on a cell of a grid

  • Thread starter Thread starter uemit sezer
  • Start date Start date
U

uemit sezer

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
 
uemit,

Hook on Click event for the gird and then call DataGrid.Hittest to discover
what was clicked.
 
Back
Top