A
Al
I need to know the number of the row visible inside the
data grid, this is exactly like what the
DataGrid.FirstVisibleColumn
property does, but I want to do it for
the "FirstVisibleRow". This is NOT necessarily the first
row in the dataSource, as when the user scrolls to some
arbitrary point in the dataSource (say dataSet or
dataTable) I want to be able to programmatically get hold
of the first row that is visible within the dataGrid.
Your help is most appreciated.
Thank you.
data grid, this is exactly like what the
DataGrid.FirstVisibleColumn
property does, but I want to do it for
the "FirstVisibleRow". This is NOT necessarily the first
row in the dataSource, as when the user scrolls to some
arbitrary point in the dataSource (say dataSet or
dataTable) I want to be able to programmatically get hold
of the first row that is visible within the dataGrid.
Your help is most appreciated.
Thank you.