Hi there,
Regards,
I'm trying to update the dataset underneath a gridview by calling rgvRatings.Refresh()
I've noticed some strange behaviour: Firstly, the sort order within groups, as selected by the user doesn't always seem to persist after the refresh, and secondly, the "currentRow" can sometimes move to the next row? Trying to solve the combination has been ... fiddly.
I've tried using LoadLayout/SaveLayout to a string, but this collapses expanded groups. I would attempt to handle that programmatically by storing the "expanded" state, but there are "n" levels of grouping (it's basically up to the user) so this seems like a headache to achieve and test.
Is there someway I can force the grid to update the data in all of its cells without changing *anything* else about the state of the grid?
I'm using Q2 2009 SP1 btw.
Regards,
Mike