L
Laura Stern
Guest
So you mean the data in the selected rows change, but the records are always the same. OK. So we'd need a different Refresh method to accomplish this. They can put in for an enhancement request, but I don't really see that happening. In the meantime, looks like they've solved the problem. Though I don't know if they really need the inherited BindingSource. That may be more expensive than another solution. They could just set some local flag to tell them to ignore the PositionChanged event, and then reset the flag and Position property after calling RefreshAll. Up to them.
Continue reading...
Continue reading...