Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
59972 | Apr 25,2007 02:34 PM UTC | Apr 26,2007 01:05 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private Sub GC1_ClipboardPaste(ByVal sender As Object, ByVal e As GridCutPasteEventArgs) Handles GC1.ClipboardPaste
Dim blnHandled As Boolean
GC1.BeginUpdate()
e.IgnoreCurrentCell = True
blnHandled = ClipboardPaste(GC1)
GC1.EndUpdate()
GC1.Refresh()
e.Handled = blnHandled
End Sub
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.