I have a gridview which is bound to a list of about 50.000 objects. After changing an objects value in the list (in a seperate pop-up) the row is not updated in the grid.
When I select another row or scroll through the grid, the new value is visible.
Is there a way to refresh the row I just edited? I've tried to update the complete grid with EndUpdate, but this took about 18 seconds. This is way to long.
When I select another row or scroll through the grid, the new value is visible.
Is there a way to refresh the row I just edited? I've tried to update the complete grid with EndUpdate, but this took about 18 seconds. This is way to long.