When someone doubleclicks the datagrid, I want to open a form and filter it based on the ProductID( the first column) of the row clicked.
I cannot work out how to get the cell contents of the first column of the current row. I have tried:
datagrid.Item(0, dgPurchases.CurrentRow)
But this gives me an error that it cannot bind item as an Intger?
I cannot work out how to get the cell contents of the first column of the current row. I have tried:
datagrid.Item(0, dgPurchases.CurrentRow)
But this gives me an error that it cannot bind item as an Intger?