Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
4939 | Jun 10,2003 05:15 AM UTC | Jun 10,2003 06:50 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void Form1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.F3) //F3 hotkey... { if(this.gridControl1.CurrentCell.HasCurrentCell) { this.gridControl1.CurrentCell.MoveRight(1); e.Handled = true; } } }To do something at the grid level, I think you would have to derive the grid and override ProcessDialogKey and catch the hotkey there and act on it.
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.