Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
17586 | Aug 12,2004 02:01 PM UTC | Aug 13,2004 04:36 PM UTC | WinForms | 5 |
![]() |
Tags: GridControl |
private void gridControl1_Leave(object sender, System.EventArgs e) { if(this.gridControl1.CurrentCell.IsModified && !IsValidValue()) { //this.gridControl1.Focus(); this.timer1.Interval = 20; this.timer1.Enabled = true; } } private void timer1_Tick(object sender, System.EventArgs e) { this.timer1.Enabled = false; this.gridControl1.Focus(); }
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.