Hi,
I need to copy-paste range of cells within the datagrid, or from excel to datagrid.

Also the context menu on the datagrid cell give the default edit menu, is there a way to get that context menu click event?

i tried.

Private Withevents dgcm as contextmenu

...

in the tablestyle of the datagrid
dgcm = new contextmenu()
dgcm = .textbox.contextmenu

...
public sub dgcm_Popup(...,...) handles dgcm.Popup
(

)

This dosen't work...Any help is greatly apprecaited.