Catch Events On Datagrid

How can I catch the double-click, right-click, etc. events on the data part of a datagrid control. Not the title or the left border area ?
[144 byte] By [Rahim] at [2007-12-16]
# 1
Hi,
If you mean to have it in the cell area, use Cell* events (eg. CellMouseDown, CellDoubleClick) of the datagrid...
cheers,
Paul June A. Domag
PaulDomag at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

Hi, this Cell * events are available for VisualStudio.Net 2003?

Regards
Mata

Mata1979 at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...