A
Andrew Mason
I have a datagrid that is bound to a datatable. I would like to select
the correct row in the datatable when a user clicks on a row in the
datagrid.
I thought that it would look something like this;
Dim drSelectRow As DataRow =
dtProducts.Select(dgProducts.CurrentRowIndex)
But this gives me an error.
MTmace
the correct row in the datatable when a user clicks on a row in the
datagrid.
I thought that it would look something like this;
Dim drSelectRow As DataRow =
dtProducts.Select(dgProducts.CurrentRowIndex)
But this gives me an error.
MTmace