Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8267 | Oct 30,2003 07:52 AM UTC | Oct 30,2003 11:04 AM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellKeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.RowIndex == 2 && cc.ColIndex == 3 && cc.Renderer.ControlText.Length >= 4) { 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.