I have a datagrid I use in my windows application.
Everytime scroll down & I edited a record and the dataset gets updated
& rebound to the datagrid, the record I just modified is displayed but
is shown at the botton of the bottom of the datagrid's visible area
(not at the bottom of the sceen).
I was able to gre-select the last record I edited but it's visible
position on the screen changes as if I had scrolled up some.
I want to we able to edit & save a record & have the records displayed
remain in the same position.
Anyone know how to do this? Maybe if I can some how get the first
record index shown at the top of the datagrid's visible, that can help.
Note: This is a value that would change everytime I scroll up & down.
Any help would be appreciated.
7078895
|