C
Curtis
Is there a way to find out the number of rows in a datagrid without
accessing the original datatable or dataset on which the recordsource is
based?
x = datagrid1.rows.count would be cool, but it's not there.
accessing the original datatable or dataset on which the recordsource is
based?
x = datagrid1.rows.count would be cool, but it's not there.