Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
3728 | Apr 4,2003 04:42 AM UTC | Apr 4,2003 10:00 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
Protected Overrides Function ProcessKeyEventArgs(ByRef m As System.Windows.Forms.Message) As Boolean If m.Msg = WM_KEYDOWN Then Dim keyCode As Keys = CType(m.WParam.ToInt32(), Keys) And Keys.KeyCode System.Console.WriteLine("KeyDown ->" + keyCode.ToString()) Return True 'handled End If End Function2) After closing the dropdown, try calling CurrentCell.Refresh to see if that handles things, or you might also try calling CurrentCell.ConfirmChanges().
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.