D
DraguVaso
Hi,
I want to know the number of Rows (Row Count) of a DataGrid, but without
knowing the DataSource.
So I have to find it directly form the DataGrid, because I can't know in
advance if the DataSource will be a DataSet or a DataView etc, so I can't
use fucntiosn liek this: myDataSet.Tables(0).Rows.Count, myArrayList.Count,
myDataView.Count
It shoulsd really be comething like myDataGrid.Rows.Count ...
Thanks a lot in advance,
Pieter
I want to know the number of Rows (Row Count) of a DataGrid, but without
knowing the DataSource.
So I have to find it directly form the DataGrid, because I can't know in
advance if the DataSource will be a DataSet or a DataView etc, so I can't
use fucntiosn liek this: myDataSet.Tables(0).Rows.Count, myArrayList.Count,
myDataView.Count
It shoulsd really be comething like myDataGrid.Rows.Count ...
Thanks a lot in advance,
Pieter