Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
16302 | Jul 12,2004 10:07 AM UTC | Jul 12,2004 01:06 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void m_OnUpdate(Manager m) { Int32 row = m_Managers.IndexOf(m) + 1; if(this.gridControl1.InvokeRequired) { Console.WriteLine("InvokeRequired"); this.gridControl1.BeginInvoke(new OnUpdateDelegate(m_OnUpdate), new object[]{m}); return; } gridControl1.RefreshRange(GridRangeInfo.Cells(row, 1, row, 5)); }
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.