Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
3607 | Mar 30,2003 06:18 AM UTC | Mar 30,2003 02:23 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_CurrentCellKeyPress(object sender, KeyPressEventArgs e) { if(char.IsLower(e.KeyChar)) { SendKeys.Send(char.ToUpper(e.KeyChar).ToString()); e.Handled = true; } }
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.