Hi,
I have a main grid on a winform.
When adding rows to it(ONCE) i use a background thread that creates a 2nd grid programmaticlly and adds the rows to it. when it finishes, the main thread calls MainGrid.AddRange(backgroundgrid.rows.toArray()).
It gets the info right, but the values aren't refreshed.
It seems to only refresh when the UNSEEN rows are shown:
When i scroll down the values that weren't shown(below) are correct, when scroll back up it refreshed the grid also.
How do i fix this situation?
NO DB no Dataset no datatable.
I have a main grid on a winform.
When adding rows to it(ONCE) i use a background thread that creates a 2nd grid programmaticlly and adds the rows to it. when it finishes, the main thread calls MainGrid.AddRange(backgroundgrid.rows.toArray()).
It gets the info right, but the values aren't refreshed.
It seems to only refresh when the UNSEEN rows are shown:
When i scroll down the values that weren't shown(below) are correct, when scroll back up it refreshed the grid also.
How do i fix this situation?
NO DB no Dataset no datatable.