Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
2570 | Jan 31,2003 02:00 PM UTC | Jan 31,2003 03:19 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private bool isFirstTime = true; private void gridRecordNavigationControl1_Click(object sender, System.EventArgs e) { if(isFirstTime) { isFirstTime = false; this.gridDataBoundGrid1.BeginUpdate(); this.gridDataBoundGrid1.Focus(); this.gridDataBoundGrid1.EndUpdate(); this.gridDataBoundGrid1.Refresh(); } }
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.