L
Lieven De Foor
Guest
We have a grid (backed by a BindingSource bound to a query on a temp-table) where you can multi-select records and apply an operation on them. This operation executes on the AppServer and returns a temp-table of changed records. These changes are then copied over the client temp-table and the UI is refreshed by calling RefreshAll(). Since the query result set doesn't change, we don't need to reopen the query and RefreshAll() is sufficient. But after the call to RefreshAll(), the active row is now the first row instead of the original one...
Continue reading...
Continue reading...