Just wondering, i have a grid that I update "one row", but I dont want to rebind/refresh the whole grid, can I just refresh the highlighted row somehow??
The grid only shows what the recordset contains.
If the affected change is updated for that record only in the recordset, then a refresh to the datagrid will only reflect that. So you do not need a single row refresh to the grid itself. Right?
_______________________________________
There are three different kinds of people:
Those who can count, and those who cannot.
but lets say I have 5000 records in a grid and im at position 4100.
I update this record, then to see this update for this row I have to rebind/refresh the datagrid. This will rest the grid an my position back to row 1. So i have to scroll back to row 4100.
Is there a way to automatically go back to the last record row i updated once i refresh/rebind the grid??
AHA!!
That's a different matter.
This you can do using bookmarks.
I am sure if you search this forum for datagrid bookmarks, you will find answers from people who know these things better than me.
One example is this (see by the end of the thread)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.