Hi Experts,
I have a data grid that gets filled dynamically with each database update. So the grid gets filled record by record, and not all in bulk.
The problem, sometimes I want to view the latest, so I scroll down to the end of the grid, but when it refreshes, it holds focus of the last record that was on it and keeps the focus as the record goes up since other new records are being added below!
I want to have the focus on the last record all the time, or wherever I do have the position (top/bottom).
How do I do that?
Start Free Trial