Hi,

How do I get DataGrid to return all the rows that are currently displayed on
the screeen as seen by the user (WYSIWYG).

The main requirement is the users can scroll up-or-down the grid, and
refresh (retrieve the latest data from the database) the rows as seen by them
by clicking a "Refresh Shown Rows" button. However they do not want to select
any particular row (therefore I am unable to use any of the "Selected"
functions).

The DataGrid is binded to a DataView, which in turn is binded to a DataSet.
The DataGird has a fixed height, showing 12 rows at any time. Therefore at
any point of time I just need to refresh the 12 rows as seen by the user.

Pls kindly advise. TQ.