|
-
Oct 23rd, 2002, 03:56 PM
#1
Thread Starter
New Member
Datagrid Copy-Paste range of cells
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|